component does not assign value after selection #5971
Unanswered
franciscojml
asked this question in
Q&A
Replies: 2 comments 12 replies
-
@franciscojml Thank you for filing this issue. In order for us to investigate this issue, please provide a minimalistic repro project that illustrates the problem. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Attached is a simple project that demonstrates the same problems. When selecting any item in the SelectTable "Items" component, the value is not filled in. |
Beta Was this translation helpful? Give feedback.
12 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there an existing issue for this?
Describe the bug
I have a table with a series of data and I have enabled the advanced search feature. I am using the SearchTemplate feature to customize the search fields.
One of the search fields has a SelectTable component for selecting one of the values, however, when selecting a value, the select modal closes but the selected value does not appear in the text of the SelectTable component.
The text value only appears if I close the advanced search modal and open it again.
Attached is a video showing the problem.
Debugging the code, after selecting a value, the GetTextCallback function of the SelectTable component is not being executed.
Expected Behavior
When selecting a value in the SelectTable component, I want the text value to be displayed in the component.
Interactive render mode
Interactive Server (Interactive server-side rendering (interactive SSR) using Blazor Server)
Steps To Reproduce
Step 1: Click on the advanced search button
Step 2: Select one of the items from the select Managing Unit
Step 3: After selecting the item, the modal window closes and the text value of the selected item is not displayed
Step 4: I close the advanced search modal window
Step 5: I open the advanced search screen again and the text of the selected item appears
Exceptions (if any)
No response
.NET Version
NET9.0
Anything else?
No response
Beta Was this translation helpful? Give feedback.
All reactions