IntlTelInput
UI Extension
intl-tel-input is a JavaScript plugin for entering and validating international telephone numbers with country flag dropdown.
Status
Planned
Supported Version
TBD
Licensing
Open Source
Priority
Rank #112
KEY FEATURES
Country flags
Phone validation
Format on type
Placeholder
Country search
Geo IP lookup
Utility script
Usage Example
Here's how you'll use IntlTelInput with Oorian once the extension is available:
Java
// Create and configure IntlTelInput component
IntlTelInput component = new IntlTelInput();
component.setWidth("100%");
component.setHeight("400px");
// Configure component options
component.setEnabled(true);
// Register for events using Oorian's event model
component.registerForEvent(this, IntlTelInputEvent.class);
// Add to your page
container.addElement(component);Note: This is a preview of the expected API. The actual implementation may vary slightly when released.