Topic: Autocomplete - React
const obj =this.state.formData
obj[event.target.name] = event.target.value
this.setState(obj)
console.log(this.state.formData)
}
Jakub Strebeyko
staff answered 3 years ago
Autosuggest will get a getValue function prop. Stay tuned!
Best,
Kuba innovative23 pro commented 3 years ago
Any update?Mikołaj Smoleński staff commented 3 years ago
You are now able to get values from autocomplete by using 'getValue' function prop. Best RegardsAnswered
- User: Pro
- Premium support: Yes
- Technology: React
- MDB Version: -
- Device: -
- Browser: -
- OS: -
- Provided sample code: Yes
- Provided link: No