jQWidgets Forums

jQuery UI Widgets Forums Getting Started Hide jqxInput

This topic contains 3 replies, has 4 voices, and was last updated by  admin 5 years ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • Hide jqxInput #58753

    hpawar
    Participant

    In my project I am planning to use jqxInput as a hidden field so that I can store Id in that field.
    But when I am trying Hidden:true for this field, it is not working.

    How can I hide this field on form.

    Many thanks in advance.

    Hide jqxInput #58759

    Dimitar
    Participant

    Hello hpawar,

    You can initialize jqxInput from an input with type hidden:

    <input type="hidden" id="input" />

    Best Regards,
    Dimitar

    jQWidgets team
    http://www.jqwidgets.com/

    Hide jqxInput #111680

    Romain
    Participant

    Hello,
    When I <jqxInput hidden class="sortKeyInput text-input" name="productSortKey" [width]="195" [height]="22" [value]="checkedRadioButton" ngModel></jqxInput>

    If i submit the form my value is always empty, how can I get my value from my hidden input ?
    and if I don’t put hidden my value is visible but not submit

    Best Regards,

    Hide jqxInput #111682

    admin
    Keymaster

    Hi Romain,

    You don’t need to use jqxInput, if the intention is the input to be hidden. You can use a simple Input tag.

    Regards,
    Peter

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

You must be logged in to reply to this topic.