Skip to content

Releases: replaysMike/react-country-state-dropdown

v1.1.1

03 Apr 20:39
Compare
Choose a tag to compare

Adds support for preventing concurrent data fetch calls, and adds better caching.

v1.0.10

13 Feb 03:11
Compare
Choose a tag to compare
  • Fixed issue with onBlur/onFocus not interacting properly.
  • Added width prop.
  • Added event style for input mouse click

v1.0.8

13 Feb 02:13
Compare
Choose a tag to compare

Fixed a bug with <CityDropdown /> not finding the country/state on init.
Added tabIndex and title props to inputs.

v1.0.6

09 Feb 23:39
64875d0
Compare
Choose a tag to compare

Added ability to override class names, and implemented disabled feature

v1.0.0

09 Feb 02:14
Compare
Choose a tag to compare

Initial release of react-country-state-dropdown

The following controls are available:

<CountryDropdown />
<StateDropdown />
<CityDropdown />
<LanguageDropdown />
<PhoneInput />