Change input class
This commit is contained in:
parent
47cfb63719
commit
abf862e323
1 changed files with 1 additions and 1 deletions
|
|
@ -311,7 +311,7 @@ const AXSelect = (props: Props) => {
|
|||
if (ax) {
|
||||
const rangeString = `${ax.minValue}~${ax.maxValue}${ax.suffix || ''}`
|
||||
|
||||
element.className = 'Input Contained Visible'
|
||||
element.className = 'Input Bound Visible'
|
||||
element.disabled = false
|
||||
element.placeholder = rangeString
|
||||
element.min = `${ax.minValue}`
|
||||
|
|
|
|||
Loading…
Reference in a new issue