@@ -206,26 +206,50 @@ <h2 class="title text-large">Form Field</h2>
206
206
</ bal-field >
207
207
</ section >
208
208
< h2 class ="title text-large "> Small Purple Theme</ h2 >
209
- < section data-testid ="small-purple " class ="bg-white p-large gap-normal flex ">
210
- < bal-dropdown placeholder ="Leistung " clearable inline-label ="Leistung " size ="small " theme ="purple ">
211
- < bal-option value ="v100 " label ="100 PS "> 100 PS</ bal-option >
212
- < bal-option value ="v140 " label ="140 PS "> 140 PS</ bal-option >
213
- < bal-option value ="v165 " label ="165 PS "> 165 PS</ bal-option >
214
- < bal-option value ="v210 " label ="210 PS "> 210 PS</ bal-option >
215
- </ bal-dropdown >
216
- < bal-dropdown
217
- value ="v140 "
218
- placeholder ="Leistung "
219
- clearable
220
- inline-label ="Leistung "
221
- size ="small "
222
- theme ="purple "
223
- >
224
- < bal-option value ="v100 " label ="100 PS "> 100 PS</ bal-option >
225
- < bal-option value ="v140 " label ="140 PS "> 140 PS</ bal-option >
226
- < bal-option value ="v165 " label ="165 PS "> 165 PS</ bal-option >
227
- < bal-option value ="v210 " label ="210 PS "> 210 PS</ bal-option >
228
- </ bal-dropdown >
209
+ < section data-testid ="small-purple " class ="bg-white p-large gap-normal flex flex-direction-column ">
210
+ < section class ="bg-white gap-normal flex m-none ">
211
+ < bal-dropdown placeholder ="Leistung " clearable inline-label ="Leistung " size ="small " theme ="purple ">
212
+ < bal-option value ="v100 " label ="100 PS "> 100 PS</ bal-option >
213
+ < bal-option value ="v140 " label ="140 PS "> 140 PS</ bal-option >
214
+ < bal-option value ="v165 " label ="165 PS "> 165 PS</ bal-option >
215
+ < bal-option value ="v210 " label ="210 PS "> 210 PS</ bal-option >
216
+ </ bal-dropdown >
217
+ < bal-dropdown
218
+ value ="v140 "
219
+ placeholder ="Leistung "
220
+ clearable
221
+ inline-label ="Leistung "
222
+ size ="small "
223
+ theme ="purple "
224
+ >
225
+ < bal-option value ="v100 " label ="100 PS "> 100 PS</ bal-option >
226
+ < bal-option value ="v140 " label ="140 PS "> 140 PS</ bal-option >
227
+ < bal-option value ="v165 " label ="165 PS "> 165 PS</ bal-option >
228
+ < bal-option value ="v210 " label ="210 PS "> 210 PS</ bal-option >
229
+ </ bal-dropdown >
230
+ </ section >
231
+ < section class ="bg-white gap-normal flex m-none ">
232
+ < bal-dropdown placeholder ="Leistung " clearable disabled inline-label ="Leistung " size ="small " theme ="purple ">
233
+ < bal-option value ="v100 " label ="100 PS "> 100 PS</ bal-option >
234
+ < bal-option value ="v140 " label ="140 PS "> 140 PS</ bal-option >
235
+ < bal-option value ="v165 " label ="165 PS "> 165 PS</ bal-option >
236
+ < bal-option value ="v210 " label ="210 PS "> 210 PS</ bal-option >
237
+ </ bal-dropdown >
238
+ < bal-dropdown
239
+ value ="v140 "
240
+ placeholder ="Leistung "
241
+ clearable
242
+ loading
243
+ inline-label ="Leistung "
244
+ size ="small "
245
+ theme ="purple "
246
+ >
247
+ < bal-option value ="v100 " label ="100 PS "> 100 PS</ bal-option >
248
+ < bal-option value ="v140 " label ="140 PS "> 140 PS</ bal-option >
249
+ < bal-option value ="v165 " label ="165 PS "> 165 PS</ bal-option >
250
+ < bal-option value ="v210 " label ="210 PS "> 210 PS</ bal-option >
251
+ </ bal-dropdown >
252
+ </ section >
229
253
</ section >
230
254
</ main >
231
255
</ bal-doc-app >
0 commit comments