Closed ClassyCircuit closed 2 years ago
Seems like you're missing a call to AddBlazorise
, https://blazorise.com/docs/usage/bootstrap5
eg.
services
.AddBlazorise( options =>
{
options.ChangeTextOnKeyPress = true;
} )
Yes, that was the issue. Thank you
I followed the installation steps for RichTextEditor on your website, but after launching the application I get an exception:
This is my startup.cs: