-
It's a great idea but for me it doesn’t work and I can’t figure out why not.
I’m on:
Atom 1.13.0 x64 on macOS Sierra 10.12.2
https://atom.io/packages/react 0.16.2
https://atom.io/packages/atom…
-
While working with [`symfonycasts/dynamic-forms`](https://github.com/SymfonyCasts/dynamic-forms) I observed two issues which seem to stem from the same cause:
- A not-`expanded` `ChoiceType` withou…
-
Hi! Thanks for this library guys! I'm implementing a JSON editor and I want the user to get autocomplete in one field depending on the value of another field. For this purpose I've got the schema simi…
-
### Describe the bug
When VirtualScroller is used with AutoComplete and it is filtered for one value, the panel will stay constant height showing that one element which is not the behaviour I would e…
-
Currently, we have an `autocomplete` prop to decide whether to add suggestions irrespective of whether they are selected.
It was added in https://github.com/react-tags/react-tags/issues/39 and has th…
-
I have used formik-mui in a project. i m facing the following errors.
Compiled with problems:
```
ERROR in ./node_modules/formik-mui/dist/Autocomplete.js 2:0-57
Module not found: Error: Can't r…
-
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used [patch-package](https://github.com/ds300/patch-package) to patch `react-native-google-places-autocomplete@2.4.1` for th…
-
We must provide examples of how Effection can be used for different things.
For frontend the conders are,
* form validation
* autocomplete
1. React
- [Loading spinner example](https://gi…
taras updated
5 months ago
-
I get the error:
TypeError: Cannot read properties of undefined (reading 'AutocompleteService')
Call Stack
buildService
node_modules\react-google-autocomplete\lib\usePlacesAutocompleteService.…
-
Hi,
not sure if this is the right place to report it, I figured you'd be able to give me a hand. My `renderMenu` looks like this:
```javascript
renderMenu(items: any[]) {
if (items…