Denis Voituron
Denis Voituron
To verify :-) I'm not sure: - The `handler` function is defined each time `attachClickHandler` is called. This creates a new function reference every time the method is invoked. -...
Argg... not using `setAttribute`, because you will have this info in the HTML code. You can dynamically create a property `button.fluentuiBlazorFileInputHandlerAttached = true` ;-) But that is the idea.
> Although, how bad would it be to have the data attribute in the HTML. That is what they are there for, right? If this information is useful for the...
But I'd rather find a way to “detect” this behavior from C#. Otherwise, calling this method won't always do the job. That is not "logical". Is it possible to keep...
You probably right... Let'go :-)
> @dvoituron should we perhaps consider this to be our default behavior as well? Yes, I find it preferable to have a minimum of visual information on the grid headers....
If the dev want no exception, he can set an unknown ID. This ElementId will never found to have the expected result. We don't check if the ID exists in...
> I would say it's not straightforward and more like a workaround, but it does the trick. I agree. I could add a paragraph in the documentation to explain that....
> I think the functionality this offers is good but the name of the parameter is a bit verbose and unclear. Maybe change to something like `DissmisExemptId`? I was waiting...
Yep, Probably using `Interactive = true` and `InteractiveExceptId = "my-id"` will be easier for the dev (without this ID, the entire page will be interactive). Of course, these properties will...