Releases: mukeshsoni/react-telephone-input
Releases · mukeshsoni/react-telephone-input
Bug fix for button
Changing the dropdown trigger to a button
from a div
almost meant that it hijacked the default behavior for a form on pressing 'Enter' key. Adding type=button
to the button fixed that problem.
Fix "React not found" error from react-onclickoutside
A dependency (react-onclickoutside) introduced an error and then fixed it in a minor release...