Capgemini / dcx-react-library

React Library UI/UX agnostic
https://main--6069a6f47f4b9f002171f8e1.chromatic.com
MIT License
113 stars 6 forks source link

fix: [Autocomplete] Ensure the value of controlled input is never undefined #358

Closed sri-viswanathan closed 2 years ago

sri-viswanathan commented 2 years ago

Before: Console warning and error when pressing enter when the input is blank

Screenshot 2022-10-31 at 15 17 50

After: No longer seeing console warnings or errors when pressing enter when the input is blank

Screenshot 2022-10-31 at 15 19 23

Fixes #354