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 need to have 2 different FleatherFields & I don't want to have 2 toolbars shown at the same time - so depending on the focused field, I show toolbar with selected field's controller.
However, I’m experiencing an issue with both FleatherFields where formatting options (e.g., bold, italics, etc.) are not applied correctly when selected before typing. You can see the issue on the attached video.
Zaznam.obrazovky.2024-09-17.153340.mp4
It seems like the formatting doesn’t persist until the user types at least one character first. This issue occurs only before any text is entered—after that, the controller behaves normally.
Steps to Reproduce:
Tap into a FleatherField.
Without typing anything, select bold, italics or any other option from the toolbar.
Start typing text.
Notice that the formatting options are unchecked, and the text is not formatted as expected.
Expected Behavior: The selected formatting (bold, italics, ...) should be applied correctly from the first character typed after being selected in the toolbar.
Is this behavior expected with FleatherField, or is there something wrong in my code that might be causing it? Any advice on how to resolve this would be appreciated!
The text was updated successfully, but these errors were encountered:
BTW just tested this out on iOS simulator and it works. So maybe the issue is just on Android or the Emulator itself?顺便说一句,刚刚在 iOS 模拟器上对此进行了测试,它有效。那么,也许问题仅在于 Android 或 Emulator 本身上?
Encountering the same situation, it is necessary to input once in advance on Android to enable the style, while iOS does not require this.
I need to have 2 different FleatherFields & I don't want to have 2 toolbars shown at the same time - so depending on the focused field, I show toolbar with selected field's controller.
However, I’m experiencing an issue with both FleatherFields where formatting options (e.g., bold, italics, etc.) are not applied correctly when selected before typing. You can see the issue on the attached video.
Zaznam.obrazovky.2024-09-17.153340.mp4
It seems like the formatting doesn’t persist until the user types at least one character first. This issue occurs only before any text is entered—after that, the controller behaves normally.
Steps to Reproduce:
Expected Behavior: The selected formatting (bold, italics, ...) should be applied correctly from the first character typed after being selected in the toolbar.
My code:
Question
Is this behavior expected with FleatherField, or is there something wrong in my code that might be causing it? Any advice on how to resolve this would be appreciated!
The text was updated successfully, but these errors were encountered: