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
I found one interesting point related to the work of TRichSelect
Generating nested elements requires a children key,
In my case, the data for TRichSelect is generated using FetchOptions and as a result I get the following data:
Unfortunately for nested childrens, the normalizeOptions function ignores the textAttribute and valueAttribute data. Hence it turns out that the list is not rendered correctly.
I think that the normalizeOptions function needs to be fixed as follows:
I found one interesting point related to the work of TRichSelect
Generating nested elements requires a children key,
In my case, the data for TRichSelect is generated using FetchOptions and as a result I get the following data:
Unfortunately for nested childrens, the normalizeOptions function ignores the
textAttribute
andvalueAttribute
data. Hence it turns out that the list is not rendered correctly.I think that the
normalizeOptions
function needs to be fixed as follows:But after these edits, it will be necessary to check the correctness of the render of the optGroup
The text was updated successfully, but these errors were encountered: