-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Component request - tree select #597
Comments
The interface doesn't match the one requested in #614
|
|
@dzonidoo I tried testing it, but as mentioned in the previous comment, tree select component isn't exported from ui-framework and thus can't be used. It should be exported via Add "testing" label again when this is fixed. |
It looks better @dzonidoo, but there are still issues:
|
✔️ |
@dzonidoo here are the issues I found after latest testing:
|
Results from latest testing on #669 at commit 8946db4
This doesn't work well in async mode - video
doesn't look fixed - video Newly found issues:
ACTUAL: search results for |
Newly found issues:
|
Newly found issues:
To reproduce:
|
It needs to work in a generic way, but use cases I'm looking at right now are selecting subjects and authors.
Required features:
IProps
optionTemplate
andvalueTemplate
are needed for custom rendering. For example, when selecting authors, avatars need to be rendered -optionTemplate
would be used for this.valueTemplate
would be used when listing selected values - see authors screenshot.Note: see if you need to do lookups in the implementation. If not, use
Array<ITreeNode<T>>
instead ofITreeWithLookup<T>
The text was updated successfully, but these errors were encountered: