jQuery UI Widgets Forums Angular dropdownlist

Tagged: 

This topic contains 2 replies, has 2 voices, and was last updated by  wpd 4 years, 9 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    dropdownlist Posts
  • dropdownlist #112554

    wpd
    Participant

    can we make placedholder to stay always when checkbox is true instead of replacing with checked values

    <jqxDropDownList #myDropDownList (onSelect)=”listOnSelect($event)” [placeHolder]=”‘Select Options'”
    [width]=”200″ [height]=”30″ [source]=”dataAdapter” [checkboxes]=”true”
    [displayMember]=”‘ContactName'” [valueMember]=”‘CompanyName'”>
    </jqxDropDownList>

    dropdownlist #112560

    Hristo
    Participant

    Hello wpd,

    You could use the selectionRenderer callback to show there the desired text as a placeholder” option.
    I hope this will help.

    Best Regards,
    Hristo Hristov

    jQWidgets team
    https://www.jqwidgets.com

    dropdownlist #112577

    wpd
    Participant

    Thank you this worked!

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

You must be logged in to reply to this topic.