FlowFuse / forge-ui-components

Set of FlowForge-themed VueJS components that can be used in any FlowForge web applications.
Apache License 2.0
3 stars 1 forks source link

Make ff-checkbox label optional #110

Closed Pezmc closed 1 year ago

Pezmc commented 1 year ago

Current Behavior

Fix the invalid prop type error

[Vue warn]: Invalid prop: type check failed for prop "label". Expected String with value "null", got Null
at <FfCheckbox id="formRow-instance-0" ref="input" type="checkbox" ... > at <FormRow modelValue=false onUpdate:modelValue=fn type="checkbox" ... >

Expected Behavior

No response

Steps To Reproduce

No response

Environment

Pezmc commented 1 year ago

Fixed in https://github.com/flowforge/forge-ui-components/pull/111