Daniel van Berzon
Daniel van Berzon
Hit this problem as well. The new types effectively make: `setFieldValue` `setFieldError` `setFieldTouched` All incompatible with nested or array values. As a workaround, for now, I'm using `as` with a...
Thank you for looking into it. We have a workaround which is fine for now by use `as TickItem`. Our particular use case was we wanted ticks at 0, 33.33,...
This is a serious accessibility issue. Currently for a single select there is no way for a keyboard user to clear the selection (reopening the dropdown and trying to unselect...