Skip to content

Admin usability: required attribute for input fields #802

Description

@makss

It would be convenient to mark the required fields for input.
<input ... required="required" />
<textarea required="required" > (plugin tab)

And visually highlight them using css:

input:required, textarea:required {
        background-color: #...;
// or
        box-shadow: 0 0 5px #... inset;
}

Already done:
event=page&step=page_new
event=form&step=form_create
event=css&step=pour

Need to do:
event=section&step=section_edit
event=article
event=link&step=link_edit
event=category
event=admin&step=author_edit
event=plugin
Login form
Reset password form

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions