You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When entering content into a text-based control, if the content contains a special character, the text is truncated when the input loses focus. The story component itself does not reflect this truncation. This occurs on clean Storybook instances.
I've found this to be the case in version 8.5.0-beta.10 onwards. 8.5.0-beta.9 does not seem to exhibit the issue.
I am having the same issue, however it is only happening on half of my storybook stories.
Example
input: name.eth
on blur: name.
@domingasp I agree with you, definitely because of storing into the URL (probs to prevent XSS attacks), however, some of my stories don't have this issue. I am still trying to find the difference between the working ones and the ones that are hitting the URL issue, settings are the same, maybe something to do with param types of the components.
Describe the bug
When entering content into a text-based control, if the content contains a special character, the text is truncated when the input loses focus. The story component itself does not reflect this truncation. This occurs on clean Storybook instances.
I've found this to be the case in version
8.5.0-beta.10
onwards.8.5.0-beta.9
does not seem to exhibit the issue.Reproduction link
https://codesandbox.io/p/devbox/3j3tsg
Reproduction steps
System
Additional context
No response
The text was updated successfully, but these errors were encountered: