Knoobie
Knoobie
Just my 4 cents from an accessibility point of view: If the only lable of a field is the placeholder (totally valid use case to save space) - it is...
It could be related to the demo in some way. After the fix #3312 I've checked with my own application and phone. My application doesn't suffer from this - the...
I really like this idea, as it is missing since v8. But I think it would be a huge downside for a lot of people if you are only allowed...
This is still valid with vaadin 8.10+
I'm wondering if it would make sense to move the `ProblemDetail` to `spring-core`. Allowing to extend it with something like `CompanyProblemDetail` within base libraries without having to enforce the additional...
Tabindex is really discouraged; it should be the last resort - if possible use proper DOM structure.
You can also use `HasUrlParameter` and apply your regex on the string provided in `setParameter` as workaround.
> In Vaadin 8 beforeLeave() was working reliable. That is not true. It is working the same as in V8. If you call `window.open("http://www.google.de", "_self");` in a V8 app /...
I like the idea a lot, but added some inline comments below to hopefully make it even better. > A "default app bundle" which contains all Vaadin components and possibly...
I would think that your happy path isn't the demographic that this should fix / improve 😉 Coming from V6 to V8 I have to say that the additional tooling...