Open abibtj opened 5 years ago
About the MatDialog. Is it this "Exception"in the Browser console?
Uncaught Error: You can't have a focus-trap without at least one focusable element
Otherwise be more specific please.
This package mainly aims to wrap Material Components for Blazor. Filterable dropdowns are not really part of it. https://material-components.github.io/material-components-web-catalog/#/component/select
About the MatDialog. Is it this "Exception"in the Browser console?
Uncaught Error: You can't have a focus-trap without at least one focusable element
Otherwise be more specific please.
I found out that this Exeception is peculiar to google Chrome only. The Exeption is not thrown in other browsers. This is what I see in google Chrome console:
Error: There was an unhandled exception on the current circuit, so this circuit will be terminated. For more details turn on detailed exceptions in 'CircuitOptions.DetailedErrors'
This package mainly aims to wrap Material Components for Blazor. Filterable dropdowns are not really part of it. https://material-components.github.io/material-components-web-catalog/#/component/select
Do you know of any workaround to be able to select multiple items in MatSelect? Thank you.
Error: There was an unhandled exception on the current circuit, so this circuit will be terminated. For more details turn on detailed exceptions in 'CircuitOptions.DetailedErrors'
Can you provide a blazor fiddle example?
I don't get an Exception when doing this https://blazorfiddle.com/s/e1uwsrmg . Besides the focus trap error which is another topic.
@abibtj @dga711 , Is this still an issue? Can this be closed?
Can you please try and modify MatSelect to enable multiple selection and searching? Also, the newly implemented "CanBeClosed" feature of MatDialog throws and exception when set to false, but it works fine when it has its default value true. Thank you for the great work.