Guillermo Cabrera created ZEPPELIN-2263: -------------------------------------------
Summary: Behaviour of checkbox form inconsistent with select or text input form Key: ZEPPELIN-2263 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2263 Project: Zeppelin Issue Type: Improvement Components: GUI Affects Versions: 0.8.0 Environment: Ubuntu 16.04 + Firefox v. 41 (Needed for compatibility w/ Selenium) Reporter: Guillermo Cabrera Priority: Trivial When one creates a check box programmatically the default behavior is that all check boxes created are checked [1]. This is not consistent with the other dynamic forms (ex. text input and select) in which nothing is selected when they are created. If one creates a check box via a template then one can specify which check boxes should be checked by default. As a fix maybe we can just set the check boxes to be unselected as a default behavior (when created programmatically)? [1] https://github.com/apache/zeppelin/blob/master/spark/src/main/java/org/apache/zeppelin/spark/ZeppelinContext.java#L151 -- This message was sent by Atlassian JIRA (v6.3.15#6346)