Change input class

This commit is contained in:
Justin Edmund 2022-12-23 21:19:10 -08:00
parent 47cfb63719
commit abf862e323

View file

@ -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}`