indrimuska / angular-selector

A native AngularJS directive that transform a simple <select> box into a full html select with typeahead.
http://indrimuska.github.io/angular-selector
MIT License
96 stars 36 forks source link

Browser support missing, no sanity tests for browsers #24

Open shlomiassaf opened 8 years ago

shlomiassaf commented 8 years ago

Hi,

Cool library, I liked the small size!

I'm using UI-Select and its a pain. However I cant take the risk of porting to your library into production if I dont know the browser support level.

You should install a small sanity test routine for IE9+, chrome & firefox and mobile.

My main issues with UI Select is performance and size, its a lib built a long time ago

indrimuska commented 8 years ago

Hi @shlomiassaf, I know I should test this library for each browser in order to know their support, but I don't have the time to make these tests. If you're going to create some of these tests for your production app, I would appreciate very much if you'll share them, maybe with a pull request. :)

At the moment, the only known -unverified- issue for this argument is #21.

jeeyyy commented 6 years ago

This is fixed in a high performance variant/fork of the same component: https://github.com/jkodu/angular-selector-on-steroids

Refer enhanced example page - https://jkodu.github.io/angular-selector-on-steroids/ (allow unsafe scripts)

I had to support IE11, Chrome, Firefox and Safari, so the above module has covered manual tests of the same. The above module is used in production with no issues for datasets over a million per dropdown.