beer-garden / react-ui

Frontend for beer-garden built on React
MIT License
1 stars 8 forks source link

425 Add dynamic command status indicator #426

Closed west270 closed 1 year ago

west270 commented 1 year ago

Closes #425

Added a Tooltip with an Alert or CircularProgress to the field label to indicate when a dependent field needs selected, if there was an error loading the choices or the choices are currently being loaded.

I found an issue with self referring dynamic commands where setting registerOptions.setValueAs caused a render loop and had to delete registerOptions.setValueAs so self referring dynamic commands would work again.