owo-lib icon indicating copy to clipboard operation
owo-lib copied to clipboard

TextBoxComponent ignores editable state on tab

Open rapus95 opened this issue 4 months ago • 1 comments

The line https://github.com/wisp-forest/owo-lib/blob/1.21.5/src/main/java/io/wispforest/owo/ui/component/TextBoxComponent.java#L58 doesn't respect the editability state, it just writes on tab, even if the component was configured as setEditable(false).

rapus95 avatar Jun 28 '25 21:06 rapus95