Skip to content

Commit 3454d30

Browse files
Copilotmfranzkegithub-actions[bot]nmerget
authored
Add comprehensive datalist/typeahead examples and missing component files (#4814)
* Initial plan * Changes before error encountered Co-authored-by: mfranzke <787658+mfranzke@users.noreply.github.com> * auto update snapshots (#4848) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Add comprehensive datalist/typeahead examples with working code components - Create DatalistExamples components for React, Vue, and Angular frameworks - Add sample data demonstrating string arrays and value-label objects - Include examples with different variants (floating, regular) and with search icons - Verify functionality works correctly in React showcase - Address missing codeFileName reference in input.json configuration Co-authored-by: mfranzke <787658+mfranzke@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: mfranzke <787658+mfranzke@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Nicolas Merget <nicolas.merget@deutschebahn.com>
1 parent 425a9d1 commit 3454d30

File tree

14 files changed

+490
-326
lines changed

14 files changed

+490
-326
lines changed
14 KB
Loading

__snapshots__/input/showcase/chromium-highContrast/should-have-same-aria-snapshot/DBInput-should-have-same-aria-snapshot.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,4 +196,17 @@
196196
- status
197197
- text: Label
198198
- button "Label"
199+
- status
200+
- link "Datalist / Typeahead Examples"
201+
- text: Search Cities
202+
- combobox "Search Cities"
203+
- status
204+
- text: Search Countries
205+
- combobox "Search Countries"
206+
- status
207+
- text: Search Products
208+
- combobox "Search Products"
209+
- status
210+
- text: Search Stations
211+
- combobox "Search Stations"
199212
- status
14 KB
Loading

__snapshots__/input/showcase/chromium/should-have-same-aria-snapshot/DBInput-should-have-same-aria-snapshot.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,4 +196,17 @@
196196
- status
197197
- text: Label
198198
- button "Label"
199+
- status
200+
- link "Datalist / Typeahead Examples"
201+
- text: Search Cities
202+
- combobox "Search Cities"
203+
- status
204+
- text: Search Countries
205+
- combobox "Search Countries"
206+
- status
207+
- text: Search Products
208+
- combobox "Search Products"
209+
- status
210+
- text: Search Stations
211+
- combobox "Search Stations"
199212
- status
26.8 KB
Loading

__snapshots__/input/showcase/firefox/should-have-same-aria-snapshot/DBInput-should-have-same-aria-snapshot.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,4 +196,17 @@
196196
- status
197197
- text: Label
198198
- button "Label"
199+
- status
200+
- link "Datalist / Typeahead Examples"
201+
- text: Search Cities
202+
- combobox "Search Cities"
203+
- status
204+
- text: Search Countries
205+
- combobox "Search Countries"
206+
- status
207+
- text: Search Products
208+
- combobox "Search Products"
209+
- status
210+
- text: Search Stations
211+
- combobox "Search Stations"
199212
- status
16.7 KB
Loading

__snapshots__/input/showcase/mobile-chrome/should-have-same-aria-snapshot/DBInput-should-have-same-aria-snapshot.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,4 +196,17 @@
196196
- status
197197
- text: Label
198198
- button "Label"
199+
- status
200+
- link "Datalist / Typeahead Examples"
201+
- text: Search Cities
202+
- combobox "Search Cities"
203+
- status
204+
- text: Search Countries
205+
- combobox "Search Countries"
206+
- status
207+
- text: Search Products
208+
- combobox "Search Products"
209+
- status
210+
- text: Search Stations
211+
- combobox "Search Stations"
199212
- status
23 KB
Loading

__snapshots__/input/showcase/mobile-safari/should-have-same-aria-snapshot/DBInput-should-have-same-aria-snapshot.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,4 +196,17 @@
196196
- status
197197
- text: Label
198198
- button "Label"
199+
- status
200+
- link "Datalist / Typeahead Examples"
201+
- text: Search Cities
202+
- combobox "Search Cities"
203+
- status
204+
- text: Search Countries
205+
- combobox "Search Countries"
206+
- status
207+
- text: Search Products
208+
- combobox "Search Products"
209+
- status
210+
- text: Search Stations
211+
- combobox "Search Stations"
199212
- status

0 commit comments

Comments
 (0)