-
## Description
When creating a custom renderer using Vue 3, the state only updates on the input `change` event and not during input.
So the state gets only updated when the user moves focus from the…
a47ae updated
2 months ago
-
### Describe the bug
After resetting AutoComplete's value, input doesn't allow to select latest added value.
### Reproducer
https://stackblitz.com/edit/5tsd5s
### PrimeReact version
10.5.1
### R…
-
### NextUI Version
2.2.9
### Describe the bug
When updating using npm to 2.2.9, my app broke and gave this error:
Attempted import error: 'autocomplete' is not exported from '@nextui-org/theme' …
-
`react-autocomplete` seems to solve my problem, but it's risky to use abandoned project. Latest commit was ~1.5 years ago.
Are there any active forks of `react-autocomplete`?
-
Just follow the doc with nextJS to reproduce the bug.
Here is my code
```
import MapboxAutocomplete from 'react-mapbox-autocomplete';
const Index = () => {
const _suggestionSelect = (res…
-
```
import React from "react";
import PlacesAutocomplete from "react-places-autocomplete";
import Input from "@material-ui/core/Input";
import FormHelperText from "@material-ui/core/FormHelperText…
-
**Describe the bug**
I use this vscode plugin in my React project.
I have multiple translation files under folders like `en/common.json`, `zh/common.json`, to split one big json file into maintain…
-
**Steps to reproduce:**
1. Implement async data fetching
2. Use with autocomplete
3. Even if you type the word that exists in the options, the box will flash as the load is occuring
**Expected…
-
### Describe the bug
Formik integration documentation is missing in every form component (for e.g., Autocomplete, Calendar, InputText. Previously it was there in every form component.
### Reproducer…
-
# Describe the bug
On Press is Working fine on emulator and simulator but not working on Android device
# Reproduction:
Implement GooglePlacesAutocomplete npm as per the documentation, test o…