react-forms icon indicating copy to clipboard operation
react-forms copied to clipboard

Common select fails without onInputChange

Open rvsia opened this issue 3 years ago • 0 comments

Scope: Common select (possibly MUI)

Description

Working on cascading select I found that the select fails when noInputChange is provided - but it should not be required.

Steps to reproduce

  1. remove onInputChange: () => null, from the example
  2. select favorite category
  3. select food
  4. change the category
select.js:160 Uncaught TypeError: _onInputChange is not a function
    at onInputChange (select.js:160:14)

Screenshot 2022-07-11 at 16 04 28

rvsia avatar Jul 11 '22 14:07 rvsia