Inputs should have placeholders
Closed this issue · 1 comments
HabchiSidAli commented
Inputs should have placeholders instead of actual text.
0m3ga13 commented
I fixed this issue by adding: input.placeholder = defaultValue || "___"
in the createInput function