-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
activity changes text is editable #1329
Comments
My testing on Firefox showed that setting P.S. That was testing the input fields in the "View History" button on each entry. |
... Well, we can set a "readonly" attribute on the TextField component from svelte-ux, but it doesn't actually list |
svelte-ux exposes an |
I also opened techniq/svelte-ux#531 to fix the issue of not being able to get the multitext element in svelte-ux |
Describe the bug
the input box on the activity dialog where the changes are shown is editable, it should be readonly.
Expected behavior
Text box should not be editable, however the text should still be selectable, I think if you use the readonly attribute then you can't interact with the text anymore, this is not desired.
The text was updated successfully, but these errors were encountered: