-
fix: #4048
-
Fix clearable and icon conflict while `clearable` and `icon` options are used. `clearable` should show when this option is enable and the currentValue is not empty, otherwise the `icon` will never be shown.
-
Input increase autocomplete
-
when use input prop in Input, it can not correctly to emit a Number value
-
update Transfer
-
prevent dispatch event
-
when component import an Input, prevent dispatch event from Input to Form
-
some comps support dispatch event to FormItem
-
support DatePicker & TimePicker