2016年5月30日 星期一

Angular Smart-table 的 st-search not working in IE, Firefox

Angular 的 Smart-Table 的 st-search
我照個官方範例做一個 <select st-search="xxx">

但在 chrome 正常,而 IE, firefox 無法正常 filter 這個 st-search 的條件。

在網路上找很久發現有人多加了  st-input-event, st-delay
 <select st-search="XXXX" st-input-event="change" st-delay="0">
結果還真的 work 了...

沒有留言:

張貼留言

若你看的文章,時間太久遠的問題就別問了,因為我應該也忘了... XD

Vue multiselect set autofocus and tinymce set autofocus

要在畫面一進來 focus multiselect 的方式: 參考: https://jsfiddle.net/shentao/mnphdt2g/ 主要就是在 multiselect 的 tag 加上 ref (例如: my_multiselect), 另外在 mounted...