- Emit synthetic input event on countrychange to simplify handler code (288c0290)
- Fix: 2nd instance breaks if initialised after geoIpLookup complete (b73a998b)
- Fix focus issue when dropdownAlwaysOpen enabled (456bee79)
- Set dropdown width before calling setInitialState (4cbfc30a)
- Rename private method to distinguish from public method with same name (40184d0e)
- Refactor for clarity e.g. always explicity call setLoading(false) instead of relying on the loading class getting wiped incidentally (d98d10b1)
- Fix: dropdownAlwaysOpen bug - new selected country not being highighted and scrolled to (f144f560)
- Emit strict:reject event when strict mode rejects a key/paste chars (49faebc3)