BoltInput
Utility component to be used instead of a the combination of <lightning-input>
and useReactiveBinding
in case of using useForm
or createForm
Usage
Implements
<lightning-input>
<lightning-combobox>
Attributes
lwc:spread
: FormRecordFieldRef
mode : 'edit' | 'insert'
Defaulted to edit
shape : 'combobox' | 'radio'
Defaulted to combobox
.
Dictates how will be rendered fields of type picklist
.