I cannot set placeholder to be empty (we do not want it). The following do not work:
- empty string ""
- null
- undefined
- false (just trying for sake of kicks)
The option that does work is a string with a space.- " " The result of using an empty placeholder is that there is no height
Example: https://jsfiddle.net/9nv3btga/1/
I cannot set placeholder to be empty (we do not want it). The following do not work:
The option that does work is a string with a space.- " " The result of using an empty placeholder is that there is no height
Example: https://jsfiddle.net/9nv3btga/1/