Janis Basis Basovs
Janis Basis Basovs
> @joaom00 I couldn't figure out how to select dates manually in this codesandbox example: > >  > > I find it the same default datepicker as usual, or...
> I made an example of a date picker with shadcn + react-aria where it is possible to let the user fill the date manually > > ### Installation >...
> @juicylevel I don't know what you mean with "dirtyFields do not fit", but for everyone else: `form.getState().dirtyFields` gives you the fields that have changed. "dirtyFields" doesnt work in multistep...
How do we sort data without providing PK? I want to list Posts by createdAt for example.
@chrisbonifacio Something is not as i want it to be. I have this code but the typescript complains: const schema = a.schema({ Todo: a .model({ title: a.string(), content: a.string(), is_done:...
> @Basovs Were you able to implement this? I'm also looking to do the same Yes @sid-js - here is how i solved it. Add these two/three lines to the...