You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see common problem for most of form libraries or another libraries - many examples, which shows separated corners of library functionality and experience. But in real projects, very often i become collected cases from this examples and sometimes it takes many time for produce code, which collect these cases.
It would be cool to have huge example, which cover most of library functionality in one place.
My real example, which got some pain for my is that:
Dynamic and huge form
Drag and drop first level field array and in the same time nested field arrays, for reordering data
Controlled inputs, which fired change event by click on some button
One form in another form
Typings
I could forget some cases, but pretty often forms can be like this.
And my suggestion sounds like this:
We can create modular example with one form instance, where people can add their own complex cases.
I'm sure it can help to most of users of library and can be some kind of testing.
May be for this example can be need some simple backend.
@bluebill1049 and anyone reader, what do you think about this?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I see common problem for most of form libraries or another libraries - many examples, which shows separated corners of library functionality and experience. But in real projects, very often i become collected cases from this examples and sometimes it takes many time for produce code, which collect these cases.
It would be cool to have huge example, which cover most of library functionality in one place.
My real example, which got some pain for my is that:
I could forget some cases, but pretty often forms can be like this.
And my suggestion sounds like this:
I'm sure it can help to most of users of library and can be some kind of testing.
May be for this example can be need some simple backend.
@bluebill1049 and anyone reader, what do you think about this?
Beta Was this translation helpful? Give feedback.
All reactions