You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using React, and I simply replaced the default to this element.
The UI part is modified as below:
But when I input values and click on the add button, nothing happened. Even no error in console log.
But if I change back to the default inputElement, the add button works without any issue. So it's not the addButtonElement issue but the inputElement issue.
Can you help to take a look at this and let me know if I am doing anything wrong?
Thanks!
The text was updated successfully, but these errors were encountered:
Dear author,
I feel this libray quite cool and I have successfully override the addButtonElement, editButtonElement, etc. with Material UI IconButtons.
Looks very nice, but when I try to customize the inputElement, it's not working for me.
My code is like below:
I am using React, and I simply replaced the default to this element.
The UI part is modified as below:

But when I input values and click on the add button, nothing happened. Even no error in console log.
But if I change back to the default inputElement, the add button works without any issue. So it's not the addButtonElement issue but the inputElement issue.
Can you help to take a look at this and let me know if I am doing anything wrong?
Thanks!
The text was updated successfully, but these errors were encountered: