File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -63,6 +63,7 @@ searchType | starts (starts or contains) | Defines the search lookup.
6363minLetters | 2 | Minimum letter required for search to start.
6464maxSelection | 0 | For _ multiple_ mode, restrict maximum selectable option count. If 0 or lower, no restriction applied.
6565maxSelectionWarn | Text | Shows a user friendly alert when reached maximum selection. Default text is "You have reached allowed maximum selection".
66+ numeric | false | On handheld devices, controls to numeric or classic keyboard view when search field focuses
6667placeholder | null | Adds a placeholder text on multiple selects
6768onReady | false | Calls the function when plugin is ready.
6869onSelect | false | Calls the function when option is selected.
@@ -88,6 +89,7 @@ search-type | Defines the search lookup. If set to `starts` then it loo
8889min-letters | Minimum letter required for search to start.
8990max-selection | For _ multiple_ mode, restrict maximum selectable option count. If 0 or lower, no restriction applied.
9091max-selection-warn | Shows a user friendly alert when reached maximum selection. Default text is "You have reached allowed maximum selection".
92+ numeric | on handheld devices, controls to numeric or classic keyboard view when search field focuses
9193placeholder | Adds a placeholder text on multiple selects
9294on-ready | Calls the function when plugin is ready.
9395on-select | Calls the function when option is selected.
Original file line number Diff line number Diff line change 33- FIX: Drop içinde arama yapıldıktan sonra ` ok ` tuşları ile seçim yapılamaması düzeltildi.
44- FIX: Drop içinde arama yapıldıktan sonra ` enter ` ile seçim yapılamaması düzeltildi.
55- FIX: Drop içinde grup tanımı olduğunda çalışmayan ` ok ` tuşları ile ilerleme düzeltildi.
6+ - DEĞİŞİKLİK: Drop içinde arama kutusu görünür ise, drop açıldığında arama kutusunun focus olması sağlandı.
67- DEĞİŞİKLİK: ` $.uxrselect.close() ` metodu açık olan bütün dropları kapatacak şekilde düzenlendi.
78- YENİ: Tablet ve telefonlarda içeriği sadece numeric olan listelerde uygun klavyenin gözükmesi için ` data-numeric ` ve ` numeric ` optiyonları eklendi.
89
You can’t perform that action at this time.
0 commit comments