Deadly0 / final-form-material-ui

A set of wrapper components to facilitate using Material UI with Final Form
92 stars 33 forks source link

autocomplete #28

Closed TrejGun closed 4 years ago

TrejGun commented 4 years ago

yeah i see this lib is not mainteined any more so its kinda useless to write here but for those who is looking for autocomplete bindings https://trejgun.github.io/articles/bindings-for-using-final-form-with-material-ui-autocomplete

lookfirst commented 4 years ago

Also being discussed in this maintained project... https://github.com/lookfirst/mui-rff/issues/36

naveennsit commented 4 years ago

@TrejGun https://stackoverflow.com/questions/59832331/why-checkbox-is-not-checked-in-react?noredirect=1#comment105801358_59832331

naveennsit commented 4 years ago

@TrejGun Auto complete not working when we have checkboxes

lookfirst commented 4 years ago

FYI, autocomplete has been added to MUI-RFF and even uses @naveennsit's usecase in the example app...

TrejGun commented 4 years ago

@lookfirst thanks