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
im assuming as well
that if one has a large form of lets say 10 inputs
one has to use a custom form component to handle layout?
for example to have 3 inputs per row etc etc
I think we can expand the way we allow one to deal with the layout of a form inside Kino.Control.form/2`. Maybe multiple inputs per "row" would be enough.
The text was updated successfully, but these errors were encountered:
i was looking toward using Kino.Control.form to manage my report's report filter inputs. According to the design spec, I have to render the inputs in groups, each on their own line, and ran into the fact that when using Kino.Control.form, one is forced to render the inputs line by line, forcing me to have to use a custom form component.
A Teams beta user asked me:
Currently,
Kino.Control.form/2
doesn't support multiple inputs per row.A current alternative solution is to build one own's custom "form", like this:
CleanShot.2025-01-23.at.15.59.54.mp4
Here's the source code for the solution above.
I think we can expand the way we allow one to deal with the layout of a form inside Kino.Control.form/2`. Maybe multiple inputs per "row" would be enough.
The text was updated successfully, but these errors were encountered: