PetPen-project / PetPen

4 stars 3 forks source link

[model editor] Help user to fill the property fields with correct value #36

Open iapyeh opened 6 years ago

iapyeh commented 6 years ago

User have to know (1) the range (2) expected format of the value for a given field. There are two phases:

  1. Give them example and tips by "placeholder=" in the HTML tag. (not limited to this approach)
  2. Validate the inputed value.

At the stage, 1 is must-have, 2 is nice-to-have.