att / rcloud.params

Notebook parameters for RCloud
3 stars 9 forks source link

option to not show & wait for submit if all values are present #7

Open gordonwoodhull opened 9 years ago

gordonwoodhull commented 9 years ago

If a parameter has a default or has been supplied via a query parameter, it is not strictly necessary to wait for it.

There should be an option to check if everything is specified and change the button from Submit to Validate. Validate doesn't do much (since we want to validate whenever a control changes), but it is the default button that eats enter, and you also need something to click on for controls that only register a change when they lose focus

the easiest way to implement this may be on the client side.

gordonwoodhull commented 6 years ago

Additionally the user should be able to say if a parameter is strictly needed. By default, it should be required, but if required = FALSE then it does not cause the Submit button to block.