It looks like there's possibly an issue with input field values in the test case above - clicking on the items in the left table sets the selectedItem property of the store, and the right panel is rendered. The heading is correct, but the 'Name' and 'Timezone' input fields remain at whatever you first clicked on.
My workaround in the production code I'm writing is to set selectedItem to 0 in the selectItem() function, call render() and then set it to what I want, which isn't ideal but works.
Using reef 11.0.1 in Chrome Version 97.0.4692.99 on Windows 10 (also tried Firefox 93.0.3)
Test case: https://codepen.io/troglet/pen/XWzKYba
It looks like there's possibly an issue with input field values in the test case above - clicking on the items in the left table sets the
selectedItem
property of the store, and the right panel is rendered. The heading is correct, but the 'Name' and 'Timezone' input fields remain at whatever you first clicked on.My workaround in the production code I'm writing is to set
selectedItem
to 0 in theselectItem()
function, callrender()
and then set it to what I want, which isn't ideal but works.Using reef 11.0.1 in Chrome Version 97.0.4692.99 on Windows 10 (also tried Firefox 93.0.3)