(value)
| 62 | } |
| 63 | |
| 64 | setValueToInputField (value) { |
| 65 | this.input.value = value === undefined ? '' : value |
| 66 | } |
| 67 | |
| 68 | getNumColumns () { |
| 69 | const min = Math.ceil(Math.max(this.getTitle().length, this.schema.maxLength || 0, this.schema.minLength || 0) / 5) |