Skip to content

Releases: mukeshsoni/react-telephone-input

Bug fix for button

06 Oct 04:00
Compare
Choose a tag to compare

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

21 Aug 21:54
Compare
Choose a tag to compare

A dependency (react-onclickoutside) introduced an error and then fixed it in a minor release...