+
inputRef.current?.focus()}
+ >
}
trailingIcon={trailingIconWithClear}
placeholder={placeholder}
disabled={disabled}
- value={value}
- onChange={onChange}
+ value={currentValue}
+ onChange={handleChange}
size={size}
className={className}
aria-label={placeholder}