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
This one is most likely meant to handle composition (included option HTML elements). So we would somehow either need to differentiate the contents by their type, or provide a specific property to get those textual contents (description).
The text was updated successfully, but these errors were encountered:
Currently we're outputting textual content within the DBSelect element directly inline into that elements HTML due to that following code:
core-web/packages/components/src/components/select/select.lite.tsx
Line 251 in 0281fc9
This one is most likely meant to handle composition (included
option
HTML elements). So we would somehoweither need to differentiate the contents by their type, orprovide a specific property to get those textual contents (description).The text was updated successfully, but these errors were encountered: