bp-sdk-autocomplete-naics-container
Custom element hooks
Name | Description |
---|
bp-sdk-external-autocomplete-naics-container | disable html |
Classes
Name | Description |
---|
bp-sdk-autocomplete-naics-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 | * Selected choice | string | undefined |
choices | -- | * Choices to display | IChoice[] | [] |
code | code | question code | string | undefined |
config | -- | IPartnerEngineConfig injected from redux | IPartnerEngineConfig | 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 |
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 |
placeholder | placeholder | Placeholder to display | string | '' |
pristine | pristine | Is pristine | boolean | true |
questionId | question_id | Question id | string | undefined |
remoteChoices | -- | Choices injected from redux | IChoice[] | [] |
required | required | Is required value | boolean | false |
touched | touched | Is touched | boolean | false |
Dependencies
Used by
Depends on
Graph
graph TD;
bp-sdk-autocomplete-naics-container --> bp-sdk-autocomplete-input
bp-sdk-autocomplete-input --> bp-sdk-errors-container
bp-sdk-errors-container --> bp-sdk-errors
bp-sdk-dynamic-input --> bp-sdk-autocomplete-naics-container
style bp-sdk-autocomplete-naics-container fill:#f9f,stroke:#333,stroke-width:4px
Built with StencilJS