Skip to content

OnlineImportPage: Trigger search on accepting the booking reference

Kai Uwe Broulik requested to merge work/kbroulik/return-search-ticket into master

Allows to hit Return on the booking reference text field to trigger a search


On mobile we probably want to set EnterKey.type: Qt.EnterKeySearch on the text field to make it obvious that hitting return there will trigger a search. Probably also needs to be forwarded by FormTextFieldDelegate in Kirigami.

Merge request reports