kadena-io / chainweaver

Kadena Chainweaver desktop wallet and web-based playground for Pact
https://chainweaver.kadena.network
60 stars 29 forks source link

Monadic input widget changes #761

Closed ohri-anurag closed 2 years ago

ohri-anurag commented 2 years ago

This PR makes two changes to the monadic widget:

  1. Dropdown and auto-complete: Users can now pass drowpdown list id to the widget, earlier only accounts were shown in the dropdown.
  2. Trigger event generator function: The widget earlier assumed that validation should happen at every user input. Validation now happens when a user provided event triggers, allowing the user more control over the widget.
jmininger commented 2 years ago

Closing in favor of https://github.com/kadena-io/chainweaver/pull/767