Modal
Modal copied to clipboard
Have an "Automatic" option for ModalSize
Discussed in https://github.com/Blazored/Modal/discussions/443
Originally posted by NonoSparc September 20, 2022 In versions previous to 7.0, the size of the modal was adaptative to the Blazor component shown. It was not necessary to set the size at the time of the Modal.Show call.
Could it be possible to have this behavior as a option in the ModalSize enum? Or maybe have the defined size (or default if not provided) be a "minimum" size only?