Raistlfiren / FAIconFieldType

A new field type to allow users to select font awesome icons. The field is based off the icon picker - http://mjolnic.com/fontawesome-iconpicker/
MIT License
1 stars 1 forks source link

Some quirks #6

Closed steiha closed 7 years ago

steiha commented 7 years ago

Just tried with the latest bolt release (3.0.11 ), there seem to be some issues.

tested with safari and chrome on Mac OS X (10.11.6)

Raistlfiren commented 7 years ago

@steiha That is weird the filter isn't working. I will have to look at that tonight.

no preview of selected icon - Add component: true under the field type and it should display the icon right next to the input box.

raises js error on focus - I will look into this tonight as well.

Thanks!

Raistlfiren commented 7 years ago

I believe most of these issues are fixed, but there are problems with repeating fields that need to be solved in the Bolt master branch. Version 3.4 should include the correct fixes.

steiha commented 7 years ago

Thank you for looking into it. Sorry to say but the filter still does not work for me. Well not that important.

Raistlfiren commented 7 years ago

@steiha Sorry for the slow response. I did a fresh install of bolt3 with the extension and it seemed to work. Make sure you have the correct assets loaded. You can verify by opening up js/fontawesome-iconpicker.js and check for line 554 to have this.getSearchInput().on("keyup", function().

Thanks!

steiha commented 7 years ago

I did a fresh install, and the filter is working. So I think you were right I was still using an stale cached version. Thank you.