0.11.1 • Published 3 years ago
@bdt-component-library/masked-text-field v0.11.1
MaskedTextField Component
About
This is a component published as its own package from our component library monorepo: https://github.com/BenefitsDataTrust/ui-components. Setup instructions, as well as higher-level goals and concerns can be found from the main project README.
Description
Handles display of masked text fields according to style guide conventions.
API
prop | type | required | default | explanation |
---|---|---|---|---|
className | string | no | n/a | Adds an optional classname to the component |
id | string | no | n/a | Adds an optional id to the component |
value | string | no | no | Input value |
defaultValue | string | no | no | Input default value |
name | string | no | no | Input name attr |
required | boolean | no | false | Determines if the input is required |
inputRef | any | no | no | React ref for input |
helperText | string | no | no | Input helper text |
onChange | function | no | undefined | Event handler for onchange events |
autoFocus | boolean | no | false | Input autoFocus attr |
disabled | boolean | no | undefined | Determines input disabled state |
variant | enum("phone", "phonePrivate, "ssn", "money", "date") | no | "phone" | Determines masked text field type |
noBottomMargin | boolean | no | false | Removes bottom margin of input for more control over formatting |
placeholder | string | no | none | Allows default placeholder to show when input is empty |
leadingIcon | React element OR false | no | false | Passes icon from MaskedTextField to TextField |
onBlur | function(e: event) | no | () => {} | Event handler for onblur events |
hasError | boolean | no | false | Determines error state |
readOnly | boolean | no | false | Property that prevents the user from entering text in the input |
0.11.1
3 years ago
0.11.0
3 years ago
0.10.1
4 years ago
0.10.0
4 years ago
0.9.2
4 years ago
0.9.1
4 years ago
0.9.0
4 years ago
0.8.0
4 years ago
0.6.2
4 years ago
0.7.0
4 years ago
0.6.1
4 years ago
0.6.0
4 years ago
0.5.1
4 years ago
0.5.0
4 years ago
0.4.1
4 years ago
0.4.0
4 years ago
0.3.0
4 years ago
0.2.0
4 years ago
0.1.7
4 years ago
0.1.6
4 years ago
0.1.5
4 years ago
0.1.4
4 years ago
0.1.3
4 years ago
0.1.2
4 years ago
0.1.1
4 years ago
0.1.0
4 years ago