-
Notifications
You must be signed in to change notification settings - Fork 391
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
fix: FluentSelect not show fully in TemplateColumn #1579
Comments
Thisis a know issue/limitation. See #217 for possible workarounds |
I was also struggling with this, no workaround was solving the problem, maybe my fault, since I'm a newbie in Blazor, I don't know... But since I was struggling so much, and I found a very simple workaround that just works for me that is not mentioned anywhere, I thought about leaving it here, since it may help someone sometime. I just used inline Style="position:absolute;" and it worked... For me, it's more than enought, since this only happens once or twice in the application... Full declaration:
|
Below solution works for me, just add below style for TemplateColumn: Style="overflow:visible" Style="position:absolute;" not worked as expected, the position of FluentSelect is not stick to its right position. |
The text was updated successfully, but these errors were encountered: