- fix: selected country button shouldnt have cursor:pointer when input is readonly
- styling selected country button when input is disabled/readonly
- fix svelte cmp so only fires onChange handlers when values change, and improvements to svelte example page
- fix angular cmp so it only fires change handlers when values actually change
- fix vue cmp so it only fires change handlers when values actually change
- real private fields/methods
- vue cmp: fix error around private fields
- components: prevent inputProps from overriding other required props
- angular: prevent inputProps from overriding other required props
- angular cmp: respond to updates to inputProps
- fix: isValidNumber returning true for incomplete barbados numbers
- refactor(angular): simplify Angular input props and lifecycle