Combo box is not clearing the value when the value is not available in the selection list

Issue No: FRM-6639
Created 1/11/2018 8:32:29 AM
Type Bug-QC
Priority Blocker
Status Closed
Resolution Fixed
Fixed Version 17.1
Description Combo box is not clearing the value when the value is not available in the selection list.   *Steps in Lot Move Screen:*   * Select a Sub Location. Eg: Sub Loc 1 * Select a Storage Location. (This combo should filter based on the selected sub location). Eg: Sto Loc 1 * Change the Sub Location: Eg: Sub Loc 2 * Just type in the storage Location combo 'Sto Loc 1' and click outside. * Storage Location is not getting cleared. It is retaining the old selected value. (Actually 'Sto Loc 1' is not the storage location for 'Sub Loc 2')   *Issues:*   * When you type the storage location and clicking outside, if there is no value available in the typed list, it should clear the value. * When you type a valid value in the combo and clicking outside, it doesn't fire combo's select event.