Steffen Giers

Results 35 comments of Steffen Giers

As far as I can tell this is intended behaviour and not a bug. I'll dig into this issue later this year...

Word search is available and works with western latin characters set (e.g.: á, ñ, ç...)

@ruoqianfengshao We would appreciate a PR :)

Thank you very much for you PR. I'll verify and test this in the next days.

Thank you very much for your contribution! This is a nice enhancement :) But before I'm going to merge this could you improve your PR a bit? 1. Please add...

There is an option which allows you to define a custom class prefix. ```js /* * Type: Object * Description: Customize classes. */ customClass: { prefix: 'selectric', // Type: String....

Indeed! That's a thing which should be fixed soon. Namespacing is always a good idea. Would you like to provide a PR?

Awesome! Don't feel stressed, take the time you need :) Feel free to ask if you have any questions!

There is an option to inherit the orignal width. ```js $('select').selectric({ inheritOriginalWidth: true, }); ```

I get the same error using an existing Angular 13 project and was also able to reproduce by creating a new project with `ng new` and following your setup steps....