Vincent Baaij

Results 156 comments of Vincent Baaij

I can see in the underlying FAST source that no event is being fired on clicking the clear button. Will raise an issue there.

A fix for this has been rolled out in the web components script. Only thing is it fires an `onchange` and not an `oninput`. An example can be found in...

You nee to use the CSS variables `--dialog-width` and `--dialog-height` for this, i.e. put something like this in your CSS: ``` ::part(control) { --dialog-width: 300px; --dialog-height: 350px; } ``` We'll...

Hi, The IPalette implementation here is from before these 'new' properties were added/removed. Only solution would be to extend the interface with these new properties or adapt to and remove...

> Currently the component popups the calendar with mouse action on any part of the component. Could this action be isolated to the calendar icon, then the text area accept...

I can reproduce the error. No idea yet what is causing this. Is there any specific reason you are installing the web-components package? It is not needed for the Microsoft.Fast.Components.FluentUI...

> I just installed the package because I needed the web-components version number for this bug report for better reproducibility. That's good! Hadn't thought about that.

Yes. That seems like a logical step.

@Heather the problem with the server side code is that it performs a save of the content node for every picker property in th doctype. Not only slow but also...