Reputation: 105
i have form with textfield allowBlank=false, and blankText='Inserire il motivo della richiesta'
In Firefox no problem, I read my text correctly: firefox
In Chrome I get blankText unreadeable because text is shown with small width : chrome
Anyone can tell me how to set blankText width, so I can read in all browsers?
Upvotes: 1
Views: 232
Reputation: 105
Solved with another option: setting "msgTarget: 'title'", or "msgTarget: 'under'", my blankText string works correctly and is fully visible on firefox, chrome, etc.
Upvotes: 1