FluentSelect go into infinite SelectedOptionChanged calls #3807
Unanswered
elendil-software
asked this question in
Q&A
Replies: 1 comment
-
We'd need something we can actually run if you want us to look at it. Otherwise it will just continue to be a guessing game. |
Beta Was this translation helpful? Give feedback.
0 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.
-
Hi,
I have a component containing a form and it use a child componenant containing a
FluentSelect
. The option to be selected is passed by parameter to the component.My problem is that it keeps calling
SelectedOptionChanged
as soon as the parameter is set by the parent. And the parameter passed toOnSelectedOptionChanged
is alwaysnull
The parent component :
the child component (
IPX800Select
)What am I doing wrong ?
Beta Was this translation helpful? Give feedback.
All reactions