component does not assign value after selection #5971
-
Is there an existing issue for this?
Describe the bugI 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 BehaviorWhen selecting a value in the SelectTable component, I want the text value to be displayed in the component. Interactive render modeInteractive Server (Interactive server-side rendering (interactive SSR) using Blazor Server) Steps To ReproduceStep 1: Click on the advanced search button Exceptions (if any)No response .NET VersionNET9.0 Anything else?No response |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 14 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.
-
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.
-
Here's a video showing the issue reported above. Argo Zhang_BootstrapBlazorApp2.zip ErrorVideo.mp4 |
Beta Was this translation helpful? Give feedback.
@franciscojml