[Bug] RichEditToolbar custom options causes issue when navigating #66
Labels
bug
Something isn't working
good first issue
Good for newcomers
help wanted
Extra attention is needed
Describe the bug
Replicated in the sample app.
When you navigate to a page using the RichEditToolbar with custom options, if you navigate away and back, the app crashes.
Appears to be an issue with the way the custom options are setup in XAML that causes them to be essentially re-added to the toolbar as it still thinks they are linked to an existing UI element.
What is the expected behavior?
The custom options should be removed and re-added as an when required based on the context of the app.
Package
UI.Controls.RichEditToolbar
Other information
No response
The text was updated successfully, but these errors were encountered: