-
hi, these days i wrote some code with this components and now i need to connect codes between htmlevents. |
Beta Was this translation helpful? Give feedback.
Answered by
mond210
Nov 3, 2023
Replies: 1 comment
-
it look like already solved by #5113 and temporary able to use selected value by this function async(event)=>{
const chip = event.target;
await chip.updateComplete;
// can use chip.selected value
} |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mond210
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
it look like already solved by #5113 and temporary able to use selected value by this function