EasyUI Forum

General Category => Bug Report => Topic started by: ryupanqui on August 25, 2014, 08:04:07 AM



Title: validatebox: Tooltip message position
Post by: ryupanqui on August 25, 2014, 08:04:07 AM
Hi JEasyUI Team,

I'm using the version 1.3.6 and i have a problem with the position of the validatebox message. Please, open my test.html file and put the cursor into input. This is a bug? or How can i fix it?



Title: Re: validatebox: Tooltip message position
Post by: jarry on August 25, 2014, 03:19:51 PM
Please try to set the 'tipPosition' property to 'bottom' or 'top' since the input element has '100%' width.
Code:
<input class="easyui-validatebox" data-options="tipPosition:'bottom',required: true" style="width: 100%"/>