• Resolved yangyang

    (@yangyang)


    [textarea message placeholder=”Message”]

    This should render:

    <textarea placeholder=”Message”></textarea>

    Not:

    <textarea>Message</textarea>

    Similarly, this: [text* first-name placeholder=”Name”]

    Should render:

    <input placeholder=”Name” />

    Rather than:

    <input value=”Name” />

    Please update the plugin thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘To plugin author: placeholder is placeholder’ is closed to new replies.