rsconnect-jupyter icon indicating copy to clipboard operation
rsconnect-jupyter copied to clipboard

Input validation reset state when dirty

Open colearendt opened this issue 7 years ago • 1 comments

On the error handling, after an error has occurred during deployment: The error message doesn't clear when I change things, which gives me no visual feedback if I am getting the same error or different, etc.

Ideal behavior: Error message / validation pops up... when I change the field in question, that error message should be cleared so when I try / fail again, the error re-appearing shows that my button-click did actually do something.

colearendt avatar Sep 22 '18 18:09 colearendt

Reproducible example:

  • publish notebook with source (ERROR because this is not supported yet)
  • change the title
  • try to publish again (as source)

In unrelated news - if there is a straightforward way to intentionally generate publish errors once Publish with Source is enabled, that would be helpful to testing / debugging the error handling flow! Not sure the best way to accomplish that!

colearendt avatar Sep 24 '18 20:09 colearendt