Focus property in InputControl should be delegated to inner input control

Issue #5 new
Panemu Ind repo owner created an issue

At the moment, if we want to put focus property listener to TextControl, we need to access inner input control and put the listener to it:

txtZip.getInputComponent().focusedProperty().addListener(new        ChangeListener<Boolean>(

Comments (0)

  1. Log in to comment