joaonc / show_dialog

Easily show a dialog for miscellaneous uses.
https://joaonc.github.io/show_dialog
MIT License
0 stars 0 forks source link

Factory-like functionality #22

Closed joaonc closed 3 months ago

joaonc commented 3 months ago

Ability to create a new instance of Inputs from an existing instance that will contain default values. The new instance will have the new values specified in the constructor and the existing values for the fields not specified in the constructor.

Resolves #20