I can\'t find a definitive answer to how to use the disabled property to disable form elements in javascript.
Some places say it\'s a simple boolean. Other\'s say to
Setting disabled to true works on all input types. I've tried it in chrome,firefox,ie edge. Try this;
onetwo