We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.The text was updated successfully, but these errors were encountered: