Skip to content

Commit 692b283

Browse files
committed
Documentition updated
1 parent a6ee3c8 commit 692b283

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ searchType | starts (starts or contains) | Defines the search lookup.
6363
minLetters | 2 | Minimum letter required for search to start.
6464
maxSelection | 0 | For _multiple_ mode, restrict maximum selectable option count. If 0 or lower, no restriction applied.
6565
maxSelectionWarn | 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
6667
placeholder | null | Adds a placeholder text on multiple selects
6768
onReady | false | Calls the function when plugin is ready.
6869
onSelect | 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
8889
min-letters | Minimum letter required for search to start.
8990
max-selection | For _multiple_ mode, restrict maximum selectable option count. If 0 or lower, no restriction applied.
9091
max-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
9193
placeholder | Adds a placeholder text on multiple selects
9294
on-ready | Calls the function when plugin is ready.
9395
on-select | Calls the function when option is selected.

version.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
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

0 commit comments

Comments
 (0)