Michal Petrov
Michal Petrov
Your state management only goes one way. When you push the button `state` changes to `"2020-03-18"` as expected but when you interact with the DateTimePicker your state doesn't change, so...
Ah I see, looks like the validation is only performed on input blur, and not when the component is rendered.
The fix expects the ticks of n-th series to be offset by n, that can work with series that form triangular matrices but not it in general. The code should...
@vitorbaptista http://jsfiddle.net/vPGH6/17/ with a set of ``` javascript var values1 = [ ["Foo", 5], ["Foobar", 6] ]; var values2 = [ ["Bar", 10] ]; ``` the tickIndex for the last...
It doesn't look like `isLoad` is the culprit. I am assuming the behavior has changed since the component now crashes after a single click. In any case clicking "View More"...
@chengfang ah, you mean this has to go through wildfly-proposals? I can try.
Ok, so `list-add` is performing a read with defaults included and that messes up the model.
@bstansberry it turns out the change has a greater impact, these tests fail because of how some Elytron attribute definitions are set, it's easy to fix but there more tests...