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
change detection on text triggers when the placeholder is set, which doesn't make sense, since the text that we care about is actually empty
instead, the placeholder should just insert a vanilla bevy text node when the buffer is empty, or CosmicTextChanged should have an attribute for placeholder text, although the former is highly preferred albeit more difficult to implement due to needing to synchronize the cosmic text and bevy styling
The text was updated successfully, but these errors were encountered:
change detection on text triggers when the placeholder is set, which doesn't make sense, since the text that we care about is actually empty
instead, the placeholder should just insert a vanilla bevy text node when the buffer is empty, or
CosmicTextChanged
should have an attribute for placeholder text, although the former is highly preferred albeit more difficult to implement due to needing to synchronize the cosmic text and bevy stylingThe text was updated successfully, but these errors were encountered: