Desired Feature
RichTextFX should have built-in support for TextFields (rather than entire TextAreas) that only contain a single line, rather than having multi-line capabilities.
Personally, I'd prefer just a setMultiline(false) on the current text areas rather than an entirely new TextField class. I think it'd save you time. The reason why is because it's not like a TextField really offers much custom functionality, plus it'd make it easier on my end because I can treat both the same, minus just setting a value to false.
Current Workarounds
See #763
Implementation Costs
It shouldn't be that hard to make since a lot of the baseline editing functionality already exists in RichTextFX, it's more of a matter of the developers having time to do it. From my outsiders viewpoint, anyway.
Desired Feature
RichTextFX should have built-in support for TextFields (rather than entire TextAreas) that only contain a single line, rather than having multi-line capabilities.
Personally, I'd prefer just a setMultiline(false) on the current text areas rather than an entirely new TextField class. I think it'd save you time. The reason why is because it's not like a TextField really offers much custom functionality, plus it'd make it easier on my end because I can treat both the same, minus just setting a value to false.
Current Workarounds
See #763
Implementation Costs
It shouldn't be that hard to make since a lot of the baseline editing functionality already exists in RichTextFX, it's more of a matter of the developers having time to do it. From my outsiders viewpoint, anyway.