Open braebo opened 6 days ago
I wanted to change the max of an InputNumber at runtime, but there's no setter for it.
max
InputNumber
I tried setting input.opts.max, but that had no effect.
input.opts.max
Makes me want to make mms accept functions too.. but that seems like overkill.
Adding getters / setters for the 3 may be best.
I wanted to change the
max
of anInputNumber
at runtime, but there's no setter for it.I tried setting
input.opts.max
, but that had no effect.Makes me want to make mms accept functions too.. but that seems like overkill.
Adding getters / setters for the 3 may be best.