Skip to content

Change request: use <button type="button"> instead of <input type="button"> #1173

Closed
@kaphert

Description

@kaphert

Are you requesting a feature, reporting a bug or ask a question?

A change request

What is the current behavior?

Currently buttons (for example the buttons in a dynamic panel) are from the type <input type="button" value="XXX" />.

It would be more flexible if this is changed to <button type="button">XXX</button>

This would help with the css pseudo selectors :before and :after to replace the remove button with an font awesome close icon for example. Browsers only support :before and :after on block elements. See this SO tickets: https://stackoverflow.com/questions/2587669/can-i-use-a-before-or-after-pseudo-element-on-an-input-field

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions