lion/packages/choice-input
2020-03-04 17:33:09 +01:00
..
src chore: unify the naming of changedProperties param (#620) 2020-03-04 17:33:09 +01:00
test feat: api normalisation formElements and values 2020-02-20 14:17:13 +01:00
CHANGELOG.md chore: release new versions 2020-03-02 13:34:59 +00:00
index.js feat: flatten modelValue and remove checkedValue 2020-02-06 16:06:52 +01:00
package.json chore: release new versions 2020-03-02 13:34:59 +00:00
README.md feat: finalize validation and adopt it everywhere 2019-11-18 15:30:08 +01:00

ChoiceInputMixin

lion-choice-input mixin is a fundamental building block of form controls which return a checked-state. It is used in:

Features

  • Get or set the value of the choice - choiceValue()
  • Get or set the modelValue (value and checked-state) of the choice - .modelValue
  • Pre-select an option by setting the checked boolean attribute