Skip to content

Commit de587b2

Browse files
committed
fix: get-value attribute value now supports a selector added # to all values currently in get-value attributes
1 parent 63df5ed commit de587b2

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

demo/atomic-css.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -766,7 +766,7 @@ <h2 class="padding:5px_0px">Demo</h2>
766766
<div class="svSplitter svHorizontal"> </div>
767767

768768
<div class="svPanel">
769-
<iframe get-value="7" frameBorder="0" height="100%" width="100%" class="min-width:300px"></iframe>
769+
<iframe get-value="#7" frameBorder="0" height="100%" width="100%" class="min-width:300px"></iframe>
770770
</div>
771771

772772
</div>

demo/avatar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ <h2 class="padding:5px_0px">Demo</h2>
136136
<div class="svSplitter svHorizontal"> </div>
137137

138138
<div class="svPanel">
139-
<iframe get-value="demo" frameBorder="0" height="100%" width="100%" class="min-width:300px"></iframe>
139+
<iframe get-value="#demo" frameBorder="0" height="100%" width="100%" class="min-width:300px"></iframe>
140140
</div>
141141

142142
</div>

docs/avatar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ <h2 class="padding:5px_0px">Demo</h2>
134134
<div class="svSplitter svHorizontal"> </div>
135135

136136
<div class="svPanel">
137-
<iframe get-value="demo" frameBorder="0" height="100%" width="100%" class="min-width:300px"></iframe>
137+
<iframe get-value="#demo" frameBorder="0" height="100%" width="100%" class="min-width:300px"></iframe>
138138
</div>
139139

140140
</div>

docs/flip-item.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ <h2 class="padding:5px_0px">Demo</h2>
104104
<div class="svSplitter svHorizontal"> </div>
105105

106106
<div class="svPanel">
107-
<iframe get-value="demo" frameBorder="0" height="100%" width="100%" class="min-width:300px"></iframe>
107+
<iframe get-value="#demo" frameBorder="0" height="100%" width="100%" class="min-width:300px"></iframe>
108108
</div>
109109

110110
</div>

docs/utility.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -775,7 +775,7 @@ <h2 class="padding:5px_0px">Demo</h2>
775775
<div class="svSplitter svHorizontal"> </div>
776776

777777
<div class="svPanel">
778-
<iframe get-value="7" frameBorder="0" height="100%" width="100%" class="min-width:300px"></iframe>
778+
<iframe get-value="#7" frameBorder="0" height="100%" width="100%" class="min-width:300px"></iframe>
779779
</div>
780780

781781
</div>

0 commit comments

Comments
 (0)