-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[New component] Autocomplete #10044
Comments
https://www.syncfusion.com/blogs/post/which-control-should-i-use-autocomplete-or-combobox This article shows the difference between combobox and autocomplete. |
Related for discussion: #8877 |
The |
+1 for ArcGIS Knowledge |
@geospatialem can we repurpose this issue to "Add autocomplete component"? We'll also need issues for:
|
Installed and assigned for verification. |
Verified in |
…utValue on form reset (#11099) **Related Issue:** #10044 ## Summary - opens autocomplete when input is clicked - This is useful for when the input is already focused but the autocomplete is closed. - Sets focus and sets `open=false` when `autocomplete-item` is clicked - ensures that the input receives focus after an `autocomplete-item` is clicked - use `enterKeyHint` property JSX - update `onFormReset` to be called after form component logic - This allows us to reset the `inputValue` to the `defaultInputValue` without overriding existing logic - adds autocomplete to validation demo cc @benelan BEGIN_COMMIT_OVERRIDE END_COMMIT_OVERRIDE
Check existing issues
Description
We would like the combobox component to support async data, actions, a menu for switching sources and have the ability to show a suggestion/autocomplete list.
Blocked issues: #8877, #10186
Acceptance Criteria
filter
component Filter: Deprecate component #10187Relevant Info
Ask @driskull for details ;)
Which Component
calcite-combobox
Example Use Case
We are trying to move the Search widget to Calcite Components.
Priority impact
impact - p1 - need for current milestone
Calcite package
Esri team
ArcGIS Maps SDK for JavaScript
CalciteAutocomplete
calcite-input
calciteAutocompleteTextInput
event fires, populate the autocomplete list and open it if needed.inputText
value or not.Proposed HTML
Properties
All of the properties from
calcite-input
plus these additional properties:Events
Methods
Slots
calcite-autocomplete-item
elements.calcite-autocomplete-item
elements.calcite-autocomplete-item
elements.CalciteAutocompleteItem
Properties
Events
None
Methods
Slots
CalciteAutocompleteItemGroup
Properties
Events
None
Methods
Slots
Figma Spec
In progress design spec for Autocomplete, Autocomplete Item, and Autocomplete Item Group. Will update as needed during development.
The text was updated successfully, but these errors were encountered: