@@ -68,15 +68,14 @@ <h2 id="file-selector">File Selector</h2>
6868 < form class ="beta-hxForm ">
6969 < fieldset >
7070 < legend class ="beta-hxFieldName "> Variant</ legend >
71- < div v-for ="(_variant, idx) in variants " class =" hxRadio " >
71+ < div v-for ="(_variant, idx) in variants ">
7272 < input
7373 :id ="'radSelectorVariant' + idx "
7474 :value ="_variant "
7575 name ="variant "
7676 type ="radio "
7777 v-model ="variant "
7878 />
79- < hx-radio :for ="'radSelectorVariant' + idx "> </ hx-radio >
8079 < label :for ="'radSelectorVariant' + idx ">
8180 < span v-text ="_variant.label "> </ span >
8281 < em class ="hxSubBody " v-if ="_variant.default "> (default)</ em >
@@ -85,30 +84,28 @@ <h2 id="file-selector">File Selector</h2>
8584 </ fieldset >
8685 < fieldset >
8786 < legend class ="beta-hxFieldName "> Icon</ legend >
88- < div v-for ="(_icon, idx) in icons " class =" hxRadio " >
87+ < div v-for ="(_icon, idx) in icons ">
8988 < input
9089 :id ="'radSelectorIcon' + idx "
9190 :value ="_icon "
9291 name ="icon "
9392 type ="radio "
9493 v-model ="icon "
9594 />
96- < hx-radio :for ="'radSelectorIcon' + idx "> </ hx-radio >
9795 < label
9896 :for ="'radSelectorIcon' + idx "
9997 v-text ="_icon "
10098 > </ label >
10199 </ div >
102100 </ fieldset >
103101 < p >
104- < label for ="inputLabel " class ="beta-hxFieldName "> Label</ label >
105- < input id ="inputLabel " class ="hxTextCtrl " v-model ="label " />
102+ < label for ="txtLabel " class ="beta-hxFieldName "> Label</ label >
103+ < input id ="txtLabel " class ="hxTextCtrl " v-model ="label " />
106104 </ p >
107105 < fieldset >
108106 < legend class ="beta-hxFieldName "> Options</ legend >
109- < div class =" hxCheckbox " >
107+ < div >
110108 < input id ="chkIsMultiple " type ="checkbox " v-model ="isMultiple ">
111- < hx-checkbox for ="chkIsMultiple "> </ hx-checkbox >
112109 < label for ="chkIsMultiple "> Multiple</ label >
113110 </ div >
114111 </ fieldset >
@@ -136,29 +133,25 @@ <h2 id="file-tile">File Tile</h2>
136133 < form class ="beta-hxForm ">
137134 < fieldset >
138135 < legend class ="beta-hxFieldName "> States</ legend >
139- < div class =" hxRadio " >
136+ < div >
140137 < input id ="radTileDownloadable " type ="radio " value ="downloadable " name ="file-state " v-model ="state " />
141- < hx-radio for ="radTileDownloadable "> </ hx-radio >
142138 < label for ="radTileDownloadable "> Downloadable</ label >
143139 </ div >
144- < div class =" hxRadio " >
140+ < div >
145141 < input id ="radTileLoading " type ="radio " value ="loading " name ="file-state " v-model ="state " />
146- < hx-radio for ="radTileLoading "> </ hx-radio >
147142 < label for ="radTileLoading "> Loading</ label >
148143 </ div >
149- < div class =" hxRadio " >
144+ < div >
150145 < input id ="radTileInvalid " type ="radio " value ="invalid " name ="file-state " v-model ="state " />
151- < hx-radio for ="radTileInvalid "> </ hx-radio >
152146 < label for ="radTileInvalid "> Invalid</ label >
153147 </ div >
154148 </ fieldset >
155- < div class ="hxSelect ">
149+ < div >
150+ < label for ="selIcon " class ="beta-hxFieldName "> Icon</ label >
156151 < select id ="selIcon " v-model ="icon ">
157152 < option v-for ="_icon in icons " :value ="_icon " v-text ="_icon ">
158153 </ option >
159154 </ select >
160- < hx-select > </ hx-select >
161- < label for ="selIcon " class ="beta-hxFieldName "> Icon</ label >
162155 </ div >
163156 < p >
164157 < label for ="txtName " class ="beta-hxFieldName "> Name</ label >
@@ -175,9 +168,8 @@ <h2 id="file-tile">File Tile</h2>
175168 </ p >
176169 < fieldset >
177170 < legend class ="beta-hxFieldName "> Options</ legend >
178- < div class =" hxCheckbox " >
171+ < div >
179172 < input id ="chkTileReadOnly " type ="checkbox " v-model ="readonly " />
180- < hx-checkbox for ="chkTileReadOnly "> </ hx-checkbox >
181173 < label for ="chkTileReadOnly "> Readonly</ label >
182174 </ div >
183175 </ fieldset >
0 commit comments