Text Inputs Pack (Premium)
The Text Inputs Pack is a set of premium Feathers UI components that includes advanced varations of the TextInput
component for specific formats of data, such as network addresses, phone numbers, government ID numbers, and more.
EINTextInput
IPv4AddressTextInput
MaskedTextInput
PhoneNumberTextInput
SINTextInput
SSNTextInput
ZipCodeTextINput
Installation
When you purchase the Text Inputs Pack, you will download a .zip bundle that contains everything you need to use the UI components in the pack. Start by extracting the .zip file in a directory somewhere on your local file system. The .zip bundle contains several things, including:
- A README.md file
- Full .hx source code files
- An HTML API Reference
- Sample Projects
- Another .zip file, which may be installed as a local library with Haxelib
To install with Haxelib, run the following command (replace the x.y.z string with the actual version that you downloaded):
haxelib install feathersui-text-inputs-pack-x.y.z.zip
Then, add the following to your OpenFL project.xml file.
<haxelib name="feathersui-text-inputs-pack" />