autocomplete is blocked (happens in demo app to)
See original GitHub issueWhat you were expecting: Being able to type in the autocompleteinput
What happened instead: autocompleteinput is blocked, i can not change the value. this also happens in the demo application.
Steps to reproduce:
<ReferenceInput label="Company" source="companyId" reference="companies" filterToQuery={searchText => ({ name: searchText })}>
<AutocompleteInput optionText="name" optionValue="id"/>
</ReferenceInput>
Environment
- React-admin version: 2.3.1
- React version: 16.5.2
- Browser: chrome
- Stack trace (in case of a JS error): no error
Issue Analytics
- State:
- Created 5 years ago
- Comments:9 (6 by maintainers)
Top Results From Across the Web
The Impact of the Autocomplete Feature on Web Security - Invicti
The HTML autocomplete feature improves user experience but contains security risks. This blog post describes the technical elements of the ...
Read more >Autofill | Apple Developer Forums
Hi, I've implemented the Username/Password AutoFill feature on the login page based on this article, but here is something weird. For example, if...
Read more >Optimize your app for autofill - Android Developers
The autofill framework saves user input for future use by showing a "Save for autofill?" dialog after the autofill context is finished.
Read more >Autofill - web.dev
One way to help users fill out forms faster is by offering them the option to automatically fill in form fields with previously...
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 ...
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 Free
Top 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
in our case, this helped
@kamil-borecki Thank you it helped