[Question] How can I reference the value of the `AutoCompleteInput`?
See original GitHub issueI have a few things I’d like to tweak for my use case, so I need access to the current value of the input. Ideally I’d have access to it so I could change the empty state to include a Spinner
as I wait for options to be populated from an async call.
Issue Analytics
- State:
- Created 2 years ago
- Comments:11 (9 by maintainers)
Top Results From Across the Web
The AutocompleteInput Component - React-admin - Marmelab
This lets you render a prompt to ask users about the new value. You can return either the new choice directly or a...
Read more >React admin AutocompleteInput does not take value on first click
So, I solved this issue by creating a custom Autocomplete input for it. I couldn't figure out what was the problem with React...
Read more >Can't clear AutocompleteInput · Issue #2641 · marmelab/react ...
node_modules/ra-core/esm/reducer/admin/references/possibleValues.js. ... So I can't get my 'abcd' by typing backspace if the current value ...
Read more >HTML attribute: autocomplete - MDN Web Docs
The HTML autocomplete attribute lets web developers specify what if any permission the user agent has to provide automated assistance in filling out...
Read more >HTML input autocomplete Attribute - W3Schools
The autocomplete attribute specifies whether or not an input field should have autocomplete enabled. Autocomplete allows the browser to predict the value. When ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@SpencerKaiser Finally have time to try it. Simple code works. 😂 I thought I cannot access
onChange
on<AutoCompleteInput />
.Please go ahead @SpencerKaiser . Thanks