Metro 4.3.5
4.3.5
M4Q
- M4Q: upd to
1.0.5
- M4Q Events: fix firing events, Metro 4 issue #1476
- M4Q Events: optimize method
trigger
, now this is a synonym offire
Metro 4
- Tag input: change
trigger
defining - Tag input: add
clear button
with attributesclearButton
,clsClearButton
,clearButtonIcon
- Tag input: add attributes
clsComponent
,clsInput
- Tag input: add event
onClear
- List: add attribute
data-sort-initial
to sorts on create component, issue #1475 - Tag input: add attribute
data-static
and static mode fordata-static='true'
or if present attributereadonly
- Tag input: add method
toggleStatic([true|false])
- Select: fix clearing
select-input
, issue #1477 - Calendar picker: fix closing calendar when user click on overlay, issue #1478
- Select: fix styles for
input-large
,input-small
classes - Tag input: change
keyup
tokeydown
for tag trigger event - Tag input: add event
onTagTrigger
- Tag input: add removing last tag on current value is empty end user press
Backspace
, you can disable it with attributedata-backspace='false'
- Draggable: add attribute
data-timeout
for set timeout before creating component - Components: creating components can be deferred with attribute
data-[componentName]-deferred=[ms]
. Example:<div data-role='draggable' data-draggable-deferred='2000'>...</div>
- Counter: add attribute
data-start-on-viewport
. If attribute value istrue
, counter started after element showed in viewport. You can combine this withdata-timeout
- Select: fix bug with
data-filter='false'
- File: fix method
clear
for modedropzone
- Select: add mode
button