Kari Söderholm
Kari Söderholm
### Description of the bug Frontend compilation fails because it's trying to build `node_modules/@vaadin/form/*.ts` as part of the generated project which has a `tsconfig.json` configuration that's not compatible with those...
Currently there is no TS type for the event `vaadin-router-location-changed`. Router package should export a type like: ```ts type RouterLocationChangedEvent = CustomEvent; ``` so that it's easy to use the...
Currently the `step` property in time picker only affects two things: 1. options in the dropdown (or hides it if step is less than 15 min) 2. the value resolution/precision...
### Description If manually setting `datePicker.invalid = true` the field becomes invalid and red, but then if the field is focused and then unfocused it automatically becomes valid again and...
The generated HTTP client adds extra ampersands to the request URL for each empty array passed in query. I noticed this with my API that does a database query with...
It seems that this outputs the default og:image (portal logo) using a relative URL (without protocol and domain) which seems to be incorrect due to [Facebook Debugger](https://developers.facebook.com/tools/debug/) (when fetching new...
Add support for HTML files. It would be nice if the html template literal was syntax highlighted also within a script in an HTML file (like in HTML imports of...