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
I'm a beginner with pixijs and pixijs ui, sorry if I made a beginner mistake and thanks for your work.
Expected Behavior
When deleting the last character of an input field that use a custom font, the character is erased from the input so no character is visible.
Current Behavior
When deleting the last character of an input field that use a custom font, the character is not erased from the input and is still visible even if it has been deleted (if you move out of the input field, the last character is replaced by the placeholder).
Steps to Reproduce
Input content in the input
Delete all the characters
When not using a custom font the behavior is the expected one.
I'm a beginner with pixijs and pixijs ui, sorry if I made a beginner mistake and thanks for your work.
Expected Behavior
When deleting the last character of an input field that use a custom font, the character is erased from the input so no character is visible.
Current Behavior
When deleting the last character of an input field that use a custom font, the character is not erased from the input and is still visible even if it has been deleted (if you move out of the input field, the last character is replaced by the placeholder).
Steps to Reproduce
When not using a custom font the behavior is the expected one.
Environment
npm run dev
The text was updated successfully, but these errors were encountered: