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
{{ message }}
This repository has been archived by the owner on Dec 23, 2022. It is now read-only.
Hi,
chip adding with Enter and tab keys but not Adding using space, i am using the following to add tab enter and space, both the tab and enter working fine but space not adding the chip. plus if i go to nodemodules file and change the default key from enter to space then after recompiling my react project , the chip is adding perfectly fine with space bar . but this is not the right way to add more item in array . one should not change the node module.
newChipKeys={['Enter' ,'Space' ,'Tab']}
The text was updated successfully, but these errors were encountered:
Hi,
chip adding with Enter and tab keys but not Adding using space, i am using the following to add tab enter and space, both the tab and enter working fine but space not adding the chip. plus if i go to nodemodules file and change the default key from enter to space then after recompiling my react project , the chip is adding perfectly fine with space bar . but this is not the right way to add more item in array . one should not change the node module.
newChipKeys={['Enter' ,'Space' ,'Tab']}
The text was updated successfully, but these errors were encountered: