att / rcloud

Collaborative data analysis and visualization
http://rcloud.social
MIT License
430 stars 142 forks source link

Changes supporting rcloud.params #2614

Closed useless5771 closed 5 years ago

useless5771 commented 5 years ago

First commit is a port of a fix to bootstrap form validation styling rules for checkboxes and radio buttons.

The second commit adds a function gracefully stopping the execution of cells by allowing the currently executed cell to complete.

The rationale to expose this is to support rcloud.params forms that don't 'busy-wait' for user to submit the form (https://github.com/att/rcloud.params/issues/12).

Please refer to specific commit messages for details on what they address.

gordonwoodhull commented 5 years ago

Merged via #2627

Thanks Mats!