|
2 | 2 |
|
3 | 3 | exports[`kol-combobox should render with _label="Label" _name="field" _placeholder="Hier steht ein Platzhaltertext" _value="Herr" _suggestions=["Frau","Herr","Divers"] _accessKey="V" 1`] = ` |
4 | 4 | <kol-combobox _value="Herr"> |
5 | | - <template shadowrootmode="open"> |
| 5 | + <template shadowrootmode="open" shadowrootdelegatesfocus> |
6 | 6 | <div class="has-value kol-combobox kol-form-field"> |
7 | 7 | <label class="kol-form-field__label" htmlfor="id-nonce" id="id-nonce-label"> |
8 | 8 | <span class="kol-form-field__label-text"> |
@@ -31,7 +31,7 @@ exports[`kol-combobox should render with _label="Label" _name="field" _placehold |
31 | 31 |
|
32 | 32 | exports[`kol-combobox should render with _label="Label" _name="field" _placeholder="Hier steht ein Platzhaltertext" _value="Herr" _suggestions=["Frau","Herr","Divers"] _alert=true 1`] = ` |
33 | 33 | <kol-combobox _alert="" _value="Herr"> |
34 | | - <template shadowrootmode="open"> |
| 34 | + <template shadowrootmode="open" shadowrootdelegatesfocus> |
35 | 35 | <div class="has-value kol-combobox kol-form-field"> |
36 | 36 | <label class="kol-form-field__label" htmlfor="id-nonce" id="id-nonce-label"> |
37 | 37 | <span class="kol-form-field__label-text"> |
@@ -59,7 +59,7 @@ exports[`kol-combobox should render with _label="Label" _name="field" _placehold |
59 | 59 |
|
60 | 60 | exports[`kol-combobox should render with _label="Label" _name="field" _placeholder="Hier steht ein Platzhaltertext" _value="Herr" _suggestions=["Frau","Herr","Divers"] _disabled=true 1`] = ` |
61 | 61 | <kol-combobox _value="Herr"> |
62 | | - <template shadowrootmode="open"> |
| 62 | + <template shadowrootmode="open" shadowrootdelegatesfocus> |
63 | 63 | <div class="has-value kol-combobox kol-form-field kol-form-field--disabled"> |
64 | 64 | <label class="kol-form-field__label" htmlfor="id-nonce" id="id-nonce-label"> |
65 | 65 | <span class="kol-form-field__label-text"> |
@@ -87,7 +87,7 @@ exports[`kol-combobox should render with _label="Label" _name="field" _placehold |
87 | 87 |
|
88 | 88 | exports[`kol-combobox should render with _label="Label" _name="field" _placeholder="Hier steht ein Platzhaltertext" _value="Herr" _suggestions=["Frau","Herr","Divers"] _hint="Hint" 1`] = ` |
89 | 89 | <kol-combobox _value="Herr"> |
90 | | - <template shadowrootmode="open"> |
| 90 | + <template shadowrootmode="open" shadowrootdelegatesfocus> |
91 | 91 | <div class="has-value kol-combobox kol-form-field"> |
92 | 92 | <label class="kol-form-field__label" htmlfor="id-nonce" id="id-nonce-label"> |
93 | 93 | <span class="kol-form-field__label-text"> |
@@ -118,7 +118,7 @@ exports[`kol-combobox should render with _label="Label" _name="field" _placehold |
118 | 118 |
|
119 | 119 | exports[`kol-combobox should render with _label="Label" _name="field" _placeholder="Hier steht ein Platzhaltertext" _value="Herr" _suggestions=["Frau","Herr","Divers"] _icons={"left":{"icon":"codicon codicon-arrow-left"},"right":{"icon":"codicon codicon-arrow-right"}} 1`] = ` |
120 | 120 | <kol-combobox _value="Herr"> |
121 | | - <template shadowrootmode="open"> |
| 121 | + <template shadowrootmode="open" shadowrootdelegatesfocus> |
122 | 122 | <div class="has-value kol-combobox kol-form-field"> |
123 | 123 | <label class="kol-form-field__label" htmlfor="id-nonce" id="id-nonce-label"> |
124 | 124 | <span class="kol-form-field__label-text"> |
@@ -152,7 +152,7 @@ exports[`kol-combobox should render with _label="Label" _name="field" _placehold |
152 | 152 |
|
153 | 153 | exports[`kol-combobox should render with _label="Label" _name="field" _placeholder="Hier steht ein Platzhaltertext" _value="Herr" _suggestions=["Frau","Herr","Divers"] _icons={"left":{"icon":"codicon codicon-arrow-left"}} 1`] = ` |
154 | 154 | <kol-combobox _value="Herr"> |
155 | | - <template shadowrootmode="open"> |
| 155 | + <template shadowrootmode="open" shadowrootdelegatesfocus> |
156 | 156 | <div class="has-value kol-combobox kol-form-field"> |
157 | 157 | <label class="kol-form-field__label" htmlfor="id-nonce" id="id-nonce-label"> |
158 | 158 | <span class="kol-form-field__label-text"> |
@@ -184,7 +184,7 @@ exports[`kol-combobox should render with _label="Label" _name="field" _placehold |
184 | 184 |
|
185 | 185 | exports[`kol-combobox should render with _label="Label" _name="field" _placeholder="Hier steht ein Platzhaltertext" _value="Herr" _suggestions=["Frau","Herr","Divers"] _icons={"right":{"icon":"codicon codicon-arrow-right"}} 1`] = ` |
186 | 186 | <kol-combobox _value="Herr"> |
187 | | - <template shadowrootmode="open"> |
| 187 | + <template shadowrootmode="open" shadowrootdelegatesfocus> |
188 | 188 | <div class="has-value kol-combobox kol-form-field"> |
189 | 189 | <label class="kol-form-field__label" htmlfor="id-nonce" id="id-nonce-label"> |
190 | 190 | <span class="kol-form-field__label-text"> |
@@ -216,7 +216,7 @@ exports[`kol-combobox should render with _label="Label" _name="field" _placehold |
216 | 216 |
|
217 | 217 | exports[`kol-combobox should render with _label="Label" _name="field" _placeholder="Hier steht ein Platzhaltertext" _value="Herr" _suggestions=["Frau","Herr","Divers"] _msg={"_type":"error","_description":"Es ist ein Fehler aufgetreten"} _hideMsg=true 1`] = ` |
218 | 218 | <kol-combobox _hide-msg="" _value="Herr"> |
219 | | - <template shadowrootmode="open"> |
| 219 | + <template shadowrootmode="open" shadowrootdelegatesfocus> |
220 | 220 | <div class="has-value kol-combobox kol-form-field kol-form-field--hidden-msg"> |
221 | 221 | <label class="kol-form-field__label" htmlfor="id-nonce" id="id-nonce-label"> |
222 | 222 | <span class="kol-form-field__label-text"> |
@@ -244,7 +244,7 @@ exports[`kol-combobox should render with _label="Label" _name="field" _placehold |
244 | 244 |
|
245 | 245 | exports[`kol-combobox should render with _label="Label" _name="field" _placeholder="Hier steht ein Platzhaltertext" _value="Herr" _suggestions=["Frau","Herr","Divers"] _msg={"_type":"error","_description":"Es ist ein Fehler aufgetreten"} 1`] = ` |
246 | 246 | <kol-combobox _value="Herr"> |
247 | | - <template shadowrootmode="open"> |
| 247 | + <template shadowrootmode="open" shadowrootdelegatesfocus> |
248 | 248 | <div class="has-value kol-combobox kol-form-field"> |
249 | 249 | <label class="kol-form-field__label" htmlfor="id-nonce" id="id-nonce-label"> |
250 | 250 | <span class="kol-form-field__label-text"> |
@@ -272,7 +272,7 @@ exports[`kol-combobox should render with _label="Label" _name="field" _placehold |
272 | 272 |
|
273 | 273 | exports[`kol-combobox should render with _label="Label" _name="field" _placeholder="Hier steht ein Platzhaltertext" _value="Herr" _suggestions=["Frau","Herr","Divers"] _readOnly=true 1`] = ` |
274 | 274 | <kol-combobox _readonly="" _value="Herr"> |
275 | | - <template shadowrootmode="open"> |
| 275 | + <template shadowrootmode="open" shadowrootdelegatesfocus> |
276 | 276 | <div class="has-value kol-combobox kol-form-field"> |
277 | 277 | <label class="kol-form-field__label" htmlfor="id-nonce" id="id-nonce-label"> |
278 | 278 | <span class="kol-form-field__label-text"> |
@@ -300,7 +300,7 @@ exports[`kol-combobox should render with _label="Label" _name="field" _placehold |
300 | 300 |
|
301 | 301 | exports[`kol-combobox should render with _label="Label" _name="field" _placeholder="Hier steht ein Platzhaltertext" _value="Herr" _suggestions=["Frau","Herr","Divers"] _shortKey="S" 1`] = ` |
302 | 302 | <kol-combobox _value="Herr"> |
303 | | - <template shadowrootmode="open"> |
| 303 | + <template shadowrootmode="open" shadowrootdelegatesfocus> |
304 | 304 | <div class="has-value kol-combobox kol-form-field"> |
305 | 305 | <label class="kol-form-field__label" htmlfor="id-nonce" id="id-nonce-label"> |
306 | 306 | <span class="kol-form-field__label-text"> |
@@ -329,7 +329,7 @@ exports[`kol-combobox should render with _label="Label" _name="field" _placehold |
329 | 329 |
|
330 | 330 | exports[`kol-combobox should render with _label="Label" _name="field" _placeholder="Hier steht ein Platzhaltertext" _value="Herr" _suggestions=["Frau","Herr","Divers"] _touched=true 1`] = ` |
331 | 331 | <kol-combobox _touched="" _value="Herr"> |
332 | | - <template shadowrootmode="open"> |
| 332 | + <template shadowrootmode="open" shadowrootdelegatesfocus> |
333 | 333 | <div class="has-value kol-combobox kol-form-field kol-form-field--touched"> |
334 | 334 | <label class="kol-form-field__label" htmlfor="id-nonce" id="id-nonce-label"> |
335 | 335 | <span class="kol-form-field__label-text"> |
@@ -357,7 +357,7 @@ exports[`kol-combobox should render with _label="Label" _name="field" _placehold |
357 | 357 |
|
358 | 358 | exports[`kol-combobox should render with _label="Label" _name="field" _placeholder="Hier steht ein Platzhaltertext" _value="Herr" _suggestions=["Frau","Herr","Divers"] 1`] = ` |
359 | 359 | <kol-combobox _value="Herr"> |
360 | | - <template shadowrootmode="open"> |
| 360 | + <template shadowrootmode="open" shadowrootdelegatesfocus> |
361 | 361 | <div class="has-value kol-combobox kol-form-field"> |
362 | 362 | <label class="kol-form-field__label" htmlfor="id-nonce" id="id-nonce-label"> |
363 | 363 | <span class="kol-form-field__label-text"> |
|
0 commit comments