Janis Basis Basovs

Results 6 comments of Janis Basis Basovs

> @joaom00 I couldn't figure out how to select dates manually in this codesandbox example: > > ![image](https://user-images.githubusercontent.com/85151171/245676275-23c75841-f194-4f91-8ba1-ca49ca5c619d.png) > > 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...