bp-sdk-google-places-autocomplete-container
Custom element hooks
Name | Description |
---|---|
bp-sdk-external-google-places-autocomplete | 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 text | string | undefined |
errors | -- | Error messages | string[] | [] |
fieldType | field_type | Field type | string | undefined |
filter | filter | Filter text | string | undefined |
googleApiToken | google-api-token | Google API token | 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 by id | string | undefined |
labelledBy | labelled-by | Labels that describe group | string | undefined |
max | max_value | maximum length of input | number | -1 |
min | min_value | minimum length of input | number | -1 |
placeholder | placeholder | placeholder | 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 |
Dependencies
Used by
Depends on
Graph
graph TD;
bp-sdk-google-places-autocomplete-container --> bp-sdk-google-places-autocomplete
bp-sdk-google-places-autocomplete --> bp-sdk-errors-container
bp-sdk-errors-container --> bp-sdk-errors
bp-sdk-dynamic-input --> bp-sdk-google-places-autocomplete-container
style bp-sdk-google-places-autocomplete-container fill:#f9f,stroke:#333,stroke-width:4px
Built with StencilJS