Christoffer Klemming

Results 8 comments of Christoffer Klemming

@ranismk Any luck figuring this out? I'm struggling with the same issue.

Great improvement! Tip: To sort **between** paginated pages, you can use the following strategy: 1. On sort, record the startIndex (based on the current page) 2. Display all items in...

+1 for easy way to turn off/on sorting. Ideally through a built-in directive, like 'sv-sort-enable="true"'

Checking in on this issue. Any timeline for resolving this? :)

I tried calling `click(event)` from `function focus(event)`. While it does open the drop-down option, the drop-down automatically closes on hovering the mouse over it for some reason. Any idea why...

Thoughts on adding a custom option "openOnFocus=true/false"? Given that the oi-select is a hybrid between a native select and a text field, being able to expand the list on focus...

Perfect! Sorry, not sure how I missed that.

Is there a way to get the native Select functionality when you disable search? I'm thinking specifically on mobile, where the native select drop-down is a modal one which is...