file
objecteditor.jsBObjectEditor
The <b-objecteditor> element is a field-editor for object
input. A copy of the input value is edited, update notifications are
provided via an input
event.
Properties:
- value
- Object with properties to be edited.
- readonly
- Make this component non editable for the user.
Events:
- input
- This event is emitted whenever the value changes through user input or needs to be constrained.