Open mgedmin opened 7 years ago
IControl doesn't define readonly, which looks like part of the API. (Although note that IListControl classes don't have readonly properties.)
readonly
IControl.type has a list of values that doesn't mention textarea. I also wonder how it would cope with HTML5 control types such as date etc.
textarea
date
IControl doesn't have id (and the implementation lacks it as well), which is sometimes rather inconvenient.
id
IControl doesn't define
readonly
, which looks like part of the API. (Although note that IListControl classes don't havereadonly
properties.)IControl.type has a list of values that doesn't mention
textarea
. I also wonder how it would cope with HTML5 control types such asdate
etc.IControl doesn't have
id
(and the implementation lacks it as well), which is sometimes rather inconvenient.