Skip to content

Commit

Permalink
Add hints to autocomplete
Browse files Browse the repository at this point in the history
  • Loading branch information
dabreegster committed Aug 6, 2024
1 parent bb49450 commit 53bc205
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions src/routes/route_check/summary/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,20 @@
label="Authority"
options={pairs(authorities)}
bind:value={$state.summary.authority}
hint="Start typing to auto-complete the authority"
/>
<AutocompleteTextInput
label="Transport / Combined Authority"
options={pairs(transportOrCombinedAuthorities)}
bind:value={$state.summary.transportOrCombinedAuthority}
hint="Start typing to auto-complete the transport / combined authority"
/>
<SelectWithCustom
label="Region"
emptyOption
choices={pairs(regions)}
bind:value={$state.summary.region}
hint="Start typing to auto-complete the region"
/>
<RadioWithCustom
label="Funding programme"
Expand Down

0 comments on commit 53bc205

Please sign in to comment.