Replies: 1 comment 1 reply
-
You can use the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a sequel model, that has a finished_at and a dnf_at column, now in my form I would like to have 3 radio buttons: not finished, finished or dnf (it's one of the three, they're mutually exclusive), and when submitting I'll set a datetime in the right column.
What would be the best way to handle this in forme? I I add a
finished
attribute, forme will generate a text input, I can probably hack around it but it feels like I'm missing something.Beta Was this translation helpful? Give feedback.
All reactions