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
Unlike the vanilla anvil or command block text fields, WTextFields don't scroll horizontally when it is full of characters. It still allows characters to be typed, but they cannot be seen. Also the delete key has the same functionality as the backspace when used in a WTextField.
Unless there is an option I am unaware of, there is no way to make WTextFields scroll horizontally. It should be noted that the WTextFields I've tested on are inside of a WScrollPanel, so maybe that has something to do with it? The delete key works as normal when used inside a vanilla anvil or command block, it only has the backspace functionality in a WTextField, instead of deleting the character after the cursor.
The text was updated successfully, but these errors were encountered:
Unlike the vanilla anvil or command block text fields, WTextFields don't scroll horizontally when it is full of characters. It still allows characters to be typed, but they cannot be seen. Also the delete key has the same functionality as the backspace when used in a WTextField.
Unless there is an option I am unaware of, there is no way to make WTextFields scroll horizontally. It should be noted that the WTextFields I've tested on are inside of a WScrollPanel, so maybe that has something to do with it? The delete key works as normal when used inside a vanilla anvil or command block, it only has the backspace functionality in a WTextField, instead of deleting the character after the cursor.
The text was updated successfully, but these errors were encountered: