|
Title: validatebox not styled in 4.1 Post by: devnull on November 27, 2014, 06:59:25 AM http://jsfiddle.net/seKvb/18/
Validate box is not being styled the same as other inputs. Title: Re: validatebox not styled in 4.1 Post by: stworthy on November 27, 2014, 08:25:48 AM Yes, the validatebox has no any styles. You have to style it by yourself or use the textbox instead.
Title: Re: validatebox not styled in 4.1 Post by: devnull on November 27, 2014, 04:10:45 PM Thanks, but that is kind of strange, how can I easily make a validate box to be styled the same as a textbox or numberbox ?
Title: Re: validatebox not styled in 4.1 Post by: stworthy on November 27, 2014, 06:28:44 PM Just add 'textbox' CSS class to the validatebox. Please see this example http://jsfiddle.net/seKvb/20/
|