tieskedh
textProperty().mapObservable<Int>{it?.split(" ")?.size ?: 0}
textProperty().mapObservable{ it?.split(" ")?.size ?: 0 }