If you try to get the input text in a from field using the API:
const title = (<Input>this.filtersForm.getItem(FormID.TITLE)).getValue() as string
;
the returned value is an empty string if the focus is on the item itself. You have to click outside the form element in order to make the above method work.