enum ZIPCodePlus4Mode
package com.feathersui.controls
Constants that determine how a ZipCodeTextInput
should handle the final
four digits in an extended ZIP+4 code.
Available since
feathersui-text-inputs-pack 1.0.0
.Values
REQUIRED
The final four digits of the ZIP code are required.
Available since
feathersui-text-inputs-pack 1.0.0
.OPTIONAL
The final four digits of the ZIP Code are optional.
Available since
feathersui-text-inputs-pack 1.0.0
.DISABLED
The final four digits of the ZIP code are not accepted.
Available since
feathersui-text-inputs-pack 1.0.0
.