Skip to content

textarea placeholder support #19

@Toverbal

Description

@Toverbal

It seems that the placeholder attribute is not supported for textarea 'elements'. Changing one line in the localizElement function fixes the 'issue', since you can use .val(value) on a textarea too:

    localizeElement = function(elem, key, value) {
      if (elem.is('input') || elem.is('textarea')) {
      }
    ...
    }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions