FloatLabel.js icon indicating copy to clipboard operation
FloatLabel.js copied to clipboard

float label idea

Open agborkowski opened this issue 11 years ago • 1 comments

if input empty

  1. use only placeholder information if input are fille up:
  2. like now label + input
  3. optional take label string from placeholder="label" and exclude automatically to label
  4. optional take label string from input data-label="label" and exclude automaticly to label element

agborkowski avatar Dec 18 '13 07:12 agborkowski

Hey Andrzej,

Thanks for the suggestion. I decided not to rely on HTML5 placeholder attributes because of poor Internet Explorer support - http://caniuse.com/#search=placeholder

m10l avatar Dec 18 '13 19:12 m10l