Skip to content
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

Upgrade from 0.4 to 1.0, FluentSwitch dissappeared #129

Closed
smcleod-traffk opened this issue Nov 15, 2021 · 1 comment
Closed

Upgrade from 0.4 to 1.0, FluentSwitch dissappeared #129

smcleod-traffk opened this issue Nov 15, 2021 · 1 comment

Comments

@smcleod-traffk
Copy link

I upgraded from 0.4 to 1.0 and all of the FluentSwitches dissappeared?

@smcleod-traffk
Copy link
Author

smcleod-traffk commented Nov 15, 2021

I resolved it, key difference between 0.5 and 1.0, at least for FluentSwitch is that in 1.0 it started inheriting FluentInputBase, so all previous declarations using <FluentSwitch /> syntax will no longer work and in fact will show up blank (dissappearing)... need to convert over to use <FluentSwitch></FluentSwitch> syntax, then will start working as expected... also if using within an EditForm, you will need to provide @bind-Value otherwise will still disappear, at least in this instance though it'll throw an error to the console telling you what's wrong...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant