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 often find that I need a different label for the same field on the index page and in the edit form.
In the Edit Form, a longer explanatory text is usually needed, but it would take up a large column width on the index page, see image:
So I would suggest allowing to specify different labels for different locations. Mostly this would need to be differentiated on the index page versus the others (show/edit/...), but if it were done, it would be preferable to support all options.
It could work by keeping the option to specify only label: "Name", but if needed, specify label: %{index: "Shot name", default: "Full descriptive name", edit: "Special edit label"}
Related to this is a second suggestion, to add support for helper text to be displayed below the input field. It would look something like this:
This text could also serve as a tooltip on the index page.
If you think the above suggestions might be useful, I can work up a PR.
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
-
I often find that I need a different label for the same field on the index page and in the edit form.
In the Edit Form, a longer explanatory text is usually needed, but it would take up a large column width on the index page, see image:
So I would suggest allowing to specify different labels for different locations. Mostly this would need to be differentiated on the index page versus the others (show/edit/...), but if it were done, it would be preferable to support all options.
It could work by keeping the option to specify only
label: "Name"
, but if needed, specifylabel: %{index: "Shot name", default: "Full descriptive name", edit: "Special edit label"}
Related to this is a second suggestion, to add support for helper text to be displayed below the input field. It would look something like this:
This text could also serve as a tooltip on the index page.
If you think the above suggestions might be useful, I can work up a PR.
Bye and thanks for your amazing work.
Beta Was this translation helpful? Give feedback.
All reactions