-
-
Notifications
You must be signed in to change notification settings - Fork 533
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
[Bug]: Change options for Cropper #5847
Comments
It looks like there is something wrong with Visual Studio IntelliSense. Can you try restarting it? |
@stsrki SetParametersAsync was resolved also? |
The same fix is handled for load and update of image so it should work for SetParametersAsync also. |
They are two different things, even though I put both of them here. But I will test them as soon as they come out. |
@stsrki I tested it today (better late than never). It still doesn't work. |
The first issue is an error indicating that the source is either unreachable or does not exist. This originates from Cropper.js. We could potentially hide the error, but I don’t think that would be a good idea and from your perspective nothing will change. For the second one - yes, that seems like another issue. Can you create new ticket for it? so we don't mix the conversations |
Blazorise Version
all
What Blazorise provider are you running on?
None
Link to minimal reproduction or a simple code snippet
I can't set any configuration. If I try just one, the page gives an error when running. If I try more than one, I get this error.
Steps to reproduce & bug description
any attempt to define options.
What is expected?
can set one or more options.
What is actually happening?
I don't know if this is the reason (as I don't know the behavior of the record), but the options structure is a record and the properties are set to init.
What browsers do you see the problem on?
No response
Any additional comments?
ImageOptions, SelectionOptions, GridOptions
all have the same problem
The text was updated successfully, but these errors were encountered: