bp-sdk-select-input-container
Custom element hooks
Name | Description |
---|
bp-sdk-external-select-input-container | disable html |
Classes
Name | Description |
---|
bp-sdk-select-input-container__container | Root div element |
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 |
choiceId | choice_id | Choice id selected. Used for single selection. | string | undefined |
choiceIds | -- | Choice ids selected. Used for multiple selection. | string[] | [] |
choices | -- | Choices to display | IChoice[] | [] |
code | code | Question code | string | undefined |
errorText | error_text | Error text | string | undefined |
errors | -- | Error messages | string[] | undefined |
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 | false |
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 |
multiple | multiple | Whether to allow multi-select. | boolean | false |
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 | Is required | boolean | undefined |
touched | touched | Is Touched | boolean | false |
useAlias | use-alias | Use alias for choices | boolean | false |
value | value | Current value | string | undefined |
Dependencies
Used by
Depends on
Graph
graph TD;
bp-sdk-select-input-container --> bp-sdk-select-input
bp-sdk-select-input --> bp-sdk-errors-container
bp-sdk-errors-container --> bp-sdk-errors
bp-sdk-dynamic-input --> bp-sdk-select-input-container
style bp-sdk-select-input-container fill:#f9f,stroke:#333,stroke-width:4px
Built with StencilJS