evertiro / historical-redux2

A simple, easily extendable options framework for WordPress based on NHP Theme Options Framework.
http://reduxframework.com
Other
105 stars 43 forks source link

Redux_Options_text refactoring to support new HTML5 input types and attrs #143

Closed tivnet closed 11 years ago

tivnet commented 11 years ago

@ghost1227 : any comments? Thank you!

evertiro commented 11 years ago

I want to perform some more testing before committing this due to the amount of modification it requires to what is one of the most commonly used field types. However, I wholeheartedly agree that we need to support HTML5 input types (and probably non-input elements too).

evertiro commented 11 years ago

I've included this in the 3.0.0 milestone

tivnet commented 11 years ago

@ghost1227 In that case, please do not keep it is a workaround, but make the proper 'type' => 'number' (email, tel, etc), without the additional parameter I invented.

evertiro commented 11 years ago

We've got at least partial HTML5 support in the 3.0.0 release, and we'll keep on improving it!

dovy commented 11 years ago

Closed and request moved to new repo for further evaluation.