bp-sdk-masked-input-container
Custom element hooks
Name | Description |
---|---|
bp-sdk-external-masked-input-container | disables html |
Properties
Property | Attribute | Description | Type | Default |
---|---|---|---|---|
answerId | answer-id | Answer id | string | undefined |
answeredBySource | answered-by-source | Specifically how the question was answered (ie. "ACORD 126") | string | undefined |
code | code | question code | string | undefined |
errorText | error_text | Error message | string | undefined |
errors | -- | Error messages | any[] | [] |
fieldType | field_type | Field type | string | undefined |
helpText | help-text | Help text | string | undefined |
isAutocompleteEnabled | is-autocomplete-enabled | Is Autocomplete enabled | boolean | undefined |
isCompleted | is_completed | Is answer in complete state | boolean | undefined |
isReadOnly | is-read-only | When true, the field will be readonly. It will display only the label and value as plain text. | boolean | false |
label | label | Label to use | string | undefined |
labelId | label-id | Aria label id's that describes input for screen readers | string | undefined |
labelledBy | labelled-by | Labels that describe group | string | undefined |
max | max_value | maximum value | number | undefined |
maxDate | max_date | maximum date value | string | undefined |
min | min_value | minimum value | number | undefined |
minDate | min_date | minimum date value | string | undefined |
pattern | pattern | Regex pattern to match | string | undefined |
placeholder | placeholder | Placeholder to display | string | '' |
pristine | pristine | Is pristine | boolean | true |
questionId | question_id | Question id | string | undefined |
referenceType | reference-type | Reference type | string | undefined |
required | required | Determines if input is required | boolean | false |
touched | touched | Is touched | boolean | false |
value | value | Current value | string | undefined |
Dependencies
Used by
Depends on
Graph
graph TD;
bp-sdk-masked-input-container --> bp-sdk-masked-input
bp-sdk-masked-input --> bp-sdk-errors-container
bp-sdk-masked-input --> bp-sdk-masked-input-button
bp-sdk-masked-input --> bp-sdk-icon-container
bp-sdk-errors-container --> bp-sdk-errors
bp-sdk-dynamic-input --> bp-sdk-masked-input-container
style bp-sdk-masked-input-container fill:#f9f,stroke:#333,stroke-width:4px
Built with StencilJS