puidropdown style and filter with problems

jQuery UI Widgets
Post Reply
andres90
Posts: 3
Joined: 03 May 2016, 07:46

06 Jun 2016, 12:47

Hello everyone. First of all I congratulate you on this project primeui is very good.
Please could help me with this:

$ ( '# Provider' ) . Puidropdown ({
editable : true,
filter : true,
caseSensitiveFilter : true,
filterMatchMode : ' contains '
style: "text -transform : uppercase ; "
} ) ;

Unfortunately, the style does not work , wanting to filter something that is in the select option with uppercase and lowercase put something to search and filter the results do not appear. Besides the search field select option you do not have ID to enter the search value . Sorry for my bad English translation.

User avatar
DarthMaul
Posts: 582
Joined: 23 Nov 2015, 21:20

10 Jun 2016, 14:42

Hi,

I reviewed your code and i think your selector is wrong there is an empty space betweem # and your id otherwise style works fine in my local system.

Code: Select all

$('#basic').puidropdown({
                style: 'text-transform:uppercase'
            });

andres90
Posts: 3
Joined: 03 May 2016, 07:46

29 Jun 2016, 11:07

Thank you

Post Reply

Return to “PrimeUI”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 5 guests