contributte / live-form-validation

:no_entry: Nice client-side live form validation for Nette Forms.

Home Page:https://contributte.org/packages/contributte/live-form-validation.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Another font for icons

landsman opened this issue · comments

Hi,

i am tring change font of icon by class, but not working:

<script type="text/javascript" src="../system/vendor/nette/forms/src/assets/live-form-validation.js">
<script type="text/javascript">

    LiveForm.setOptions({
        messageErrorPrefix: '&nbsp;<i class="fa fa-exclamation-triangle" aria-hidden="true"></i>&nbsp;'
    });

</script>

Is right?
Thanks

Hi,
I think that should work. What's the real result? Some error or it uses original prefix? Or...?

Yea, it show original Options, without change.

I tried it in my test project and it works correctly. Are you sure you have most recent version? Download e.g. from https://github.com/Robyer/nette-live-form-validation/archive/v1.6.1.zip

Thanks, i was have 1.5.x version. Now it works.