How do I call Toggle for a modal?
Open
documentation
- Dominant language
- HTML
- Stars
- 931
- Forks
- 163
- PR merge metrics
- No merged PRs in 30d
Description
How do I call toggle on a modal?
For instance I have the following
```
@code{
public async Task Show()
{
//toggle modal1
}
}
```
I want to do some processing in Show() and set some parameters in MyComponent etc then show the modal. All the examples simply trigger the modal from a button click.
Contributor guide
Assessment
This issue has not been assessed yet.