diff --git a/components/AxSelect/index.tsx b/components/AxSelect/index.tsx index d96198b9..19c89b61 100644 --- a/components/AxSelect/index.tsx +++ b/components/AxSelect/index.tsx @@ -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}`