You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/components/src/components/input-radio/test/__snapshots__/snapshot.spec.tsx.snap
+22-22Lines changed: 22 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
// Jest Snapshot v1, https://goo.gl/fbAQLP
2
2
3
3
exports[`kol-input-radio should render with _label="Label" _name="field" _placeholder="Hier steht ein Platzhaltertext" _value="Value" _options=[{"label":"Frau","value":"Frau","disabled":true},{"label":"Herr","value":"Herr"},{"label":"Divers","value":"Divers"}] _accessKey="V" 1`] = `
4
-
<kol-input-radio _placeholder="Hier steht ein Platzhaltertext" class="kol-input-radio">
4
+
<kol-input-radio _accesskey="V" _placeholder="Hier steht ein Platzhaltertext" class="kol-input-radio">
5
5
<template shadowrootmode="open">
6
6
<fieldset class="fieldset vertical">
7
7
<legend class="block leading-normal mb-1 w-full">
@@ -11,9 +11,9 @@ exports[`kol-input-radio should render with _label="Label" _name="field" _placeh
@@ -472,7 +472,7 @@ exports[`kol-input-radio should render with _label="Label" _name="field" _placeh
472
472
`;
473
473
474
474
exports[`kol-input-radio should render with _label="Label" _name="field" _placeholder="Hier steht ein Platzhaltertext" _value="Value" _options=[{"label":"Frau","value":"Frau","disabled":true},{"label":"Herr","value":"Herr"},{"label":"Divers","value":"Divers"}] _orientation="horizontal" _accessKey="V" 1`] = `
475
-
<kol-input-radio _placeholder="Hier steht ein Platzhaltertext" class="kol-input-radio">
475
+
<kol-input-radio _accesskey="V" _placeholder="Hier steht ein Platzhaltertext" class="kol-input-radio">
476
476
<template shadowrootmode="open">
477
477
<fieldset class="fieldset horizontal">
478
478
<legend class="block leading-normal mb-1 w-full">
@@ -482,9 +482,9 @@ exports[`kol-input-radio should render with _label="Label" _name="field" _placeh
@@ -995,7 +995,7 @@ exports[`kol-input-radio should render with _label="Label" _name="field" _placeh
995
995
`;
996
996
997
997
exports[`kol-input-radio should render with _label="Label" _name="field" _placeholder="Hier steht ein Platzhaltertext" _value="Value" _options=[{"label":"Frau","value":"Frau","disabled":true},{"label":"Herr","value":"Herr"},{"label":"Divers","value":"Divers"}] _orientation="horizontal" _shortKey="S" 1`] = `
998
-
<kol-input-radio _placeholder="Hier steht ein Platzhaltertext" class="kol-input-radio">
998
+
<kol-input-radio _placeholder="Hier steht ein Platzhaltertext" _shortkey="S" class="kol-input-radio">
999
999
<template shadowrootmode="open">
1000
1000
<fieldset class="fieldset horizontal">
1001
1001
<legend class="block leading-normal mb-1 w-full">
@@ -1005,7 +1005,7 @@ exports[`kol-input-radio should render with _label="Label" _name="field" _placeh
@@ -1203,7 +1203,7 @@ exports[`kol-input-radio should render with _label="Label" _name="field" _placeh
1203
1203
`;
1204
1204
1205
1205
exports[`kol-input-radio should render with _label="Label" _name="field" _placeholder="Hier steht ein Platzhaltertext" _value="Value" _options=[{"label":"Frau","value":"Frau","disabled":true},{"label":"Herr","value":"Herr"},{"label":"Divers","value":"Divers"}] _shortKey="S" 1`] = `
1206
-
<kol-input-radio _placeholder="Hier steht ein Platzhaltertext" class="kol-input-radio">
1206
+
<kol-input-radio _placeholder="Hier steht ein Platzhaltertext" _shortkey="S" class="kol-input-radio">
1207
1207
<template shadowrootmode="open">
1208
1208
<fieldset class="fieldset vertical">
1209
1209
<legend class="block leading-normal mb-1 w-full">
@@ -1213,7 +1213,7 @@ exports[`kol-input-radio should render with _label="Label" _name="field" _placeh
0 commit comments