The-Lammert-Lab / TinnitusExpWebApp.jl

GNU Affero General Public License v3.0
0 stars 0 forks source link

Create experiment checkbox support #29

Closed nelson-barnett closed 1 year ago

nelson-barnett commented 1 year ago

Boolean values (checkbox input) are not supported for experiment creation. The experiment struct does not use any booleans yet, but if it does, it would be nice to have this compatibility already set up. Low priority.

nelson-barnett commented 1 year ago

Would need to also add event listener to the pages to swap the hidden input disabled flag.

nelson-barnett commented 1 year ago

Too much of a hassle and not at all worth the effort. Will deal with it if it becomes necessary.