Render help_text
in form fields.
#10
Labels
No Label
ANA
BUG
CSS
DOC
DX
ECO
FET
GFX
PRO
SEC
TPL
UX
VIS
analysis
analysis.data
analysis.editor
analysis.util
analysis.visualization
auth
cli
core
doc
form
mailing
md
rendering
storage
svg
svg.color
svg.palettes
testing
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: phryk-evil-mad-sciences-llc/poobrains#10
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add them to field templates; Style them properly and show a '?' icon.
Oops, I already did that years ago; Used
help
as parameter name and got confused that didn't work. Tried renaming parameter tohelp
, noticed the name is actually dictated by peewee. Styling already has?
icon through:after
.49700dde39
Adjusts parameter name tohelp_text
everywherehelp
was used and adds minor styling adjustment for easier-to-interpret positioning.