Placeholders

Please note that this is compatible with <input /> fields like for the data types shown below. This will probably not work on complex fields like Richtext (nicEdit component) or date selector.

Placeholders

Placeholders, those gray helptexts inside input fields, can give additional help.

// file: TABLENAME-dv.js
new AppGiniField("tiny_uint")
    .placeholder("0...255");

Do you like it?