Skip to content

Feature: add help tooltip/pop over to any field  #6

@TrangPham

Description

@TrangPham

BaseForm: https://github.com/django/django/blob/d1791539a7d86739cd44c909fa8239cae7f85874/django/forms/forms.py

is where code probably has to be edited.
_html_output and the methods that call it

the idea is to allow content that’s larger than a few lines. Maybe could even allow for any html content within a pop over.

Also would want to be able to set without causing migrations (honestly I kinda dislike that to change help text, a migration needs to be created and ran).

Need to think about the interface to configure this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions