bp-sdk-vehicle-vin-input
Custom element hooks
Name | Description |
---|
bp-sdk-external-vehicle-vin-input | disable html |
Classes
Name | Description |
---|
bp-sdk-vehicle-vin-input__container | Root div element |
Properties
Property | Attribute | Description | Type | Default |
---|
code | code | code to use | string | undefined |
errors | -- | Error messages | string[] | [] |
label | label | Label to display | string | undefined |
pristine | pristine | Is pristine | boolean | true |
touched | touched | Is touched | boolean | false |
value | value | Value of input | string | undefined |
Dependencies
Used by
Depends on
Graph
graph TD;
bp-sdk-vehicle-vin-input --> bp-sdk-text-input
bp-sdk-text-input --> bp-sdk-errors-container
bp-sdk-errors-container --> bp-sdk-errors
bp-sdk-vehicle-vin-input-container --> bp-sdk-vehicle-vin-input
style bp-sdk-vehicle-vin-input fill:#f9f,stroke:#333,stroke-width:4px
Built with StencilJS