-
Notifications
You must be signed in to change notification settings - Fork 133
Closed
Description
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')) {
}
...
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels