From 634a79684181284ab6b98b6d284c0a0be070396c Mon Sep 17 00:00:00 2001 From: konnorrogers Date: Wed, 25 Sep 2024 18:18:04 -0400 Subject: [PATCH] working on dynamic options --- docs/docs/components/select.md | 14 ++++- src/components/select/select.test.ts | 82 ++++++++++++++++++++++++++++ src/components/select/select.ts | 42 ++++++-------- 3 files changed, 111 insertions(+), 27 deletions(-) diff --git a/docs/docs/components/select.md b/docs/docs/components/select.md index 0681293e8..1eb5e4c33 100644 --- a/docs/docs/components/select.md +++ b/docs/docs/components/select.md @@ -299,4 +299,16 @@ Remember that custom tags are rendered in a shadow root. To style them, you can :::warning Be sure you trust the content you are outputting! Passing unsanitized user input to `getTag()` can result in XSS vulnerabilities. -::: \ No newline at end of file +::: + +## Lazy loading options + +Lazy loading options is very hard to get right. `` largely follows how a native `