Polymer element for a text entry
- Source:
Members
-
<static> disabled
-
Disabled state of element
- Source:
-
<static> mainLabel
-
Descriptive label
- Source:
-
<static> maxLength
-
Max length of text entry
- Source:
-
<static> name
-
Local storage key
- Source:
-
<static> noseparator
-
Visibility state of optional divider
- Source:
-
<static> placeholder
-
Placeholder text when empty
- Source:
-
<static> secondaryLabel
-
Secondary descriptive label
- Source:
-
<static> sectionTitle
-
Optional group title
- Source:
-
<static> value
-
Text value
- Source:
Methods
-
<private, static> _init()
-
Initialize value if it is not in localstorage
- Source:
-
<private, static> _onBlur()
-
Event: Lost focus - fire setting-text-changed event
- Source:
-
<private, static> _onKeyUp(event)
-
Event: keyup - fire setting-text-changed event on 'Enter'
Parameters:
Name Type Description event
Event key event
- Source: