issues
search
tombenner
/
wp-mvc
An MVC framework for WordPress
http://wpmvc.org
MIT License
624
stars
172
forks
source link
Core form & html helper updates
#255
Closed
flopperj
closed
3 years ago
flopperj
commented
3 years ago
Noticed that the placeholder attribute wasn't showing up. To make it accessible, I added the attribute to $valid_attributes_by_tag for textarea.
Added
step
attribute to valid_attributes_by_tag for number input field
Allowed for default values in text, textarea and select inputs
Allowed for hyperlink confirmation messages
Sanitize input
name
attribute values for form helper
cyberscribe
commented
3 years ago
Thanks for your contributions!
step
attribute to valid_attributes_by_tag for number input fieldname
attribute values for form helper