brainbuz / form-diva

Form::Diva Form Elements Generator
3 stars 2 forks source link

Question: placeholders deleted when there is data #9

Closed bbrtj closed 2 years ago

bbrtj commented 2 years ago

Do placeholders really need to be deleted when there is data assigned with a field? For regular text fields they do not cause any trouble, as placeholder is a distinct HTML attribute. I'm not sure if they are undesired when there is data in any other field type.

It currently looks a bit weird if placeholders are the primary form of feedback given to a user. Sending empty form will remove all hints from it (when generate is used).