Jack O'Connor
Jack O'Connor
It turns out even a space is enough to stop the selected country from auto-updating as you type (e.g. if you type " +44" it doesn't update). This is now...
As others have pointed out, this is a race condition. `getNumber` only works when the utils script has been loaded, which is an async process, so you need to make...
Just reviewing some of these old issues. That link I shared now redirects here: https://www.w3.org/WAI/ARIA/apg/patterns/combobox/examples/combobox-select-only/ And I've reviewed that example and we already implement every single one of those aria...
Hi there, you can get this info using the `getSelectedCountryData` method.
Apologies for the delay in getting to this, life has been getting in the way. So do I understand you correctly: the problem you're seeing is that with your testing...
@tech-thanoshotels no this is not currently possible, and would be too much work to implement - I'm not interested in adding this functionality for the time being.
There's a fix for this in master, which will be included in the next release (soon).
Actually thinking about this further, you will need to listen for the `countrychange` event in order to update your custom tooltip every time the country changes (e.g. user selects a...
Hi guys, I can only apologise for the delay in getting to this - I've had other life stuff getting in the way. First, I'd like to thank you all...
Thanks for the update Luke. I've just pushed this change (new version release coming soon), so I'll close this issue/PR for now. Thanks again.