Adrian Mucha

Results 12 comments of Adrian Mucha

We've discussed this, and there will be changes on the bridge level, as @radekmie [mentioned above](https://github.com/vazco/uniforms/issues/806#issuecomment-990865222). ## Breaking changes We'll be removing `allowedValues` and `transform` properties. Fields will only use...

- We've decided to retain `label: React.ReactNode` wherever possible as this is desired behavior. - We're removing `transform` in #806 so the problem disappears

Not sure if this is a regression of this PR, but the _clear_ button is not working (does nothing) when selecting the date with the picker instead of entering by...

As described in [#806](https://github.com/vazco/uniforms/issues/806#issuecomment-1228406143) and [how @radekmie wrote about it](https://github.com/vazco/uniforms/issues/862#issuecomment-990863975), we'll be changing the type of options which will expect you to provide the `key` explicitly when constructing `options` array....

Hi @mariusrak, > When using DateField from uniforms-unstyled and you want only date without time, it is impossible to set value. It's setting the date in the model (in the...

Hi @mariusrak, There is no need to import `AutoField` from any theme. Instead, we suggest you create your own custom `AutoField` with [`createAutoField(props => ...)`](https://uniforms.tools/docs/uth-autofield-algorithm/#default-autofield-implementation). > ...and let it load...

> But how do I use this custom `AutoField` with `AutoForm`? @mariusrak You need to create your own extended `AutoForm` and override `getAutoField` method to return the `AutoField` created by...

This is a "current" state of knowledge of what we finished and what still needs to be done. ## Done - [x] #1266 - [x] #1271 - [x] #1268 -...