Open mxaxs opened 3 years ago
Awsome Widget pal! Just a suggestion, easy to implement. I miss a readonly property and saw it is just a few lines change.
bool get _interactionEnabled => !widget.readOnly && (widget.onChangeEnd != null || widget.onChange != null && !widget.appearance.spinnerMode);
It would be great! Thanks in advance
Awsome Widget pal! Just a suggestion, easy to implement. I miss a readonly property and saw it is just a few lines change.
bool get _interactionEnabled => !widget.readOnly && (widget.onChangeEnd != null || widget.onChange != null && !widget.appearance.spinnerMode);
It would be great! Thanks in advance