bp-sdk-errors-container
Custom element hooks
Name | Description |
---|---|
bp-sdk-external-errors-container | disables html |
Properties
Property | Attribute | Description | Type | Default |
---|---|---|---|---|
answerId | answer-id | Answer id | string | undefined |
errorMessages | -- | Error messages function map | IErrorMessages | BpSdkErrorsContainer.DEFAULT_ERROR_MESSAGES |
errorText | error_text | Error text | string | undefined |
errors | -- | Error messages | string[] | [] |
fieldType | field_type | field type | string | undefined |
max | max_value | maximum value | number | undefined |
maxDate | max_date | maximum date | string | undefined |
min | min_value | minimum value | number | undefined |
minDate | min_date | minimum date | string | undefined |
pattern | pattern | Regex pattern to match | string | undefined |
questionId | question_id | Question Id | string | undefined |
Dependencies
Used by
- bp-sdk-autocomplete-input
- bp-sdk-checkbox-input
- bp-sdk-date-input
- bp-sdk-google-places-autocomplete
- bp-sdk-masked-input
- bp-sdk-month-year-input
- bp-sdk-radio-input
- bp-sdk-select-input
- bp-sdk-text-input
Depends on
Graph
graph TD;
bp-sdk-errors-container --> bp-sdk-errors
bp-sdk-autocomplete-input --> bp-sdk-errors-container
bp-sdk-checkbox-input --> bp-sdk-errors-container
bp-sdk-date-input --> bp-sdk-errors-container
bp-sdk-google-places-autocomplete --> bp-sdk-errors-container
bp-sdk-masked-input --> bp-sdk-errors-container
bp-sdk-month-year-input --> bp-sdk-errors-container
bp-sdk-radio-input --> bp-sdk-errors-container
bp-sdk-select-input --> bp-sdk-errors-container
bp-sdk-text-input --> bp-sdk-errors-container
style bp-sdk-errors-container fill:#f9f,stroke:#333,stroke-width:4px
Built with StencilJS