Country button bar fix
Included in this release:
- Country ButtonBar: Fixed the button bar not correctly storing the selected country.
- Country ButtonBar: Fixed the
load()
method being called repeatedly. - Country ButtonBar: Added
setStorageEnabled()
to disable storing the selected country. - Country ButtonBar: A country can now be selected manually via
selectCountry()
. - Country ButtonBar: Saving the selected country is now done at render time.
- Country ButtonBar: Added tests.