Project

General

Profile

Feature #868

Updated by Radek Tomiška almost 6 years ago

Improve form attribute detail - input Default value for default value could depend Boolean eav does not work if i want it as checkbox.Its because its verified on attribute persistent type: 
 - boolean - select box - True / False 
 - date and date time - date picker 
 ... 
 - add appropriate input validations (reuse the same validations as attributes are rendered in eav form). fronend to null value, but checkbox has never null value. 

 (pls also consider design of select-box for this case, because full page size select-box for true/false looks silly to me).

Back