You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A button should be enabled or disabled based on the value selected in the table. When a row is selected, the form arguments are not being triggered. However, they are triggered when a form field is changed after selecting the record.
NB: This is affecting all the properties within the custom buttons
Select a checkbox for any record in the data table.
Check if the logs are triggered when a row is selected.
If logs are not triggered, make a change in the Amount field of the form.
Observe the logs now being triggered.
Actual Results
The form arguments are not triggered when a row is selected in the data table.
The button's state is not updated unless there is a change in the form fields after selecting a record.
Expected behavior
The interaction between the data table selection and form context should work seamlessly without additional user input
The text was updated successfully, but these errors were encountered:
A button should be enabled or disabled based on the value selected in the table. When a row is selected, the form arguments are not being triggered. However, they are triggered when a form field is changed after selecting the record.
NB: This is affecting all the properties within the custom buttons
Steps to reproduce the behavior:
Actual Results
The form arguments are not triggered when a row is selected in the data table.
The button's state is not updated unless there is a change in the form fields after selecting a record.
Expected behavior
The interaction between the data table selection and form context should work seamlessly without additional user input
The text was updated successfully, but these errors were encountered: