Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author kontur

    (@kontur)

    In the Fontsampler’s options under “Basic” is a big field for the default text to be displayed ??

    Thread Starter shekinahorochina

    (@shekinahorochina)

    But it won’t disappear when the user types a word there.

    Plugin Author kontur

    (@kontur)

    Well, yes. If you want the text to “empty” when a user clicks to type you can add that functionality via custom javascript to your site. Untested code, but something like this:

    $(“.fontsampler .current-font”).on(“focus”, function (e) {
    $(e.currentTarget).html(“”)
    })

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to add placeholder’ is closed to new replies.