(Object, Component<Telephone>). Creates a telephone input Component that can take in either international/domestic telephone calling codes and numbers. This is directly equivalent to the default HTML <input type = ‘tel’>, though it is restricted to numeric and hyphenated inputs only. You may specify additional regex limitations otherwise.
Telephone inputs may gain additional features in the future to conform with standard browser expectations, but they are not currently a high priority.
Note. ‘Returns:’ refers to what the Component value returns when exported to its .variable
binding.
<component_key>: (Object, Component<Telephone>)