
TextBoxComponent ignores editable state on tab
rapus95 opened this issue · 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)
.