manojadams / mui-forms

Material UI forms using json based schema
https://mui-forms.vercel.app
MIT License
19 stars 1 forks source link

metapi usage not working #16

Closed manojadams closed 1 year ago

manojadams commented 1 year ago

Detail

If we use metaAPI from @manojadams/metaforms-core package, it is not working as expected.

Expected

metaAPI methods should work fine and should be able to manipulate and update the form elements

Actual Result

update calls on metaAPI methods not updating the fields used in mui-forms

manojadams commented 1 year ago

Fixed and tested.