()
| 76 | } |
| 77 | |
| 78 | updateDisplay() { |
| 79 | if (dom.isActive(this.__select)) return this; // prevent number from updating if user is trying to manually update |
| 80 | this.__select.value = this.getValue(); |
| 81 | return super.updateDisplay(); |
| 82 | } |
| 83 | } |
| 84 | |
| 85 | export default OptionController; |