Hi,
I have Page on wchich I placed Tabs component with two tabs, for List component and Form component.
On First tab I have Add new record button, and on second there is Add new button too.
Add new button instantiate new instance for VM object which is bound to fields.
Button also update SaveDisabled variable.
When I go manually to tab 2 and click Add new, all is ok, binding values are populated.
But when I click add new on list tab,
I first select second tab, add to FormComponent instance some startup command.
And in OnAfterRenderAsync of Form component I change state of variables, and binding not working any more.
Clicking on AddNew on Form tab, also not work.
By when I click into textbox, and back into AddNew it working back.
So I dont know what I doing wrong?
---------------
Edit - it is bug in EjsButton, Blazorstrap buttons works.
I cannot add sample project in edit mode.