jQuery UI Widgets Forums Plugins Validator, Drag & Drop, Sortable hintType label with textarea

This topic contains 5 replies, has 2 voices, and was last updated by  ivailo 8 years, 9 months ago.

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
  • hintType label with textarea #83549

    mengl2
    Participant

    Hi

    I have problem when using ‘label’ hintType with textarea tag. When the validation succeeds, it doesn’t remove the red border of the textarea. Here is the demo: http://jsfiddle.net/wg9tr8v8/. Could you provide a suggestion?

    Thanks!
    Meng

    hintType label with textarea #83576

    ivailo
    Participant

    Hi mengl2,

    We can’t see such a behavior in this demo.
    Please give more info about used browser, device, etc.

    Best Regards,
    Ivailo Ivanov

    jQWidgets Team
    http://www.jqwidgets.com

    hintType label with textarea #83606

    mengl2
    Participant

    Hi,

    Sorry I gave the wrong link. Please refer to the following link: http://jsfiddle.net/wg9tr8v8/9/. Thanks!

    Meng

    hintType label with textarea #83621

    ivailo
    Participant

    Hi mengl2,

    Thanks for the feedback.
    We will investigate this behavior.

    Best Regards,
    Ivailo Ivanov

    jQWidgets Team
    http://www.jqwidgets.com

    hintType label with textarea #83668

    mengl2
    Participant

    Hi,

    I really need to get this work. I was trying to come up with some workarounds, for example, I’m thinking to detect the validation error on that input field and manually remove the jqx-validator-error-element class. However, I didn’t find how to detect validation error on a specific input field, also validationError and onError events are not fired when the single input field validation fails. Could you suggest if there’s a way to detect validation error on an input field, or could you provide some workarounds that can resolve this issue?

    Thanks!
    Meng

    hintType label with textarea #83694

    ivailo
    Participant

    Hi mengl2,

    As a workaround you can create your custom rule function.
    This function have to make validation and return boolean result.
    As additional functionality you can remove jqx-validator-error-element class.

    Here is a demo.

    Best Regards,
    Ivailo Ivanov

    jQWidgets Team
    http://www.jqwidgets.com

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.