Closed
Description
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