Skip to content

Commit 0bd851f

Browse files
committed
SVYX-926 TiNG Typehead issue when NULL has a displayValue
made the null value starts with SVY_
1 parent c4d4823 commit 0bd851f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

projects/bootstrapcomponents/src/typeahead/typeahead.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import { ServoyBootstrapBasefield } from '../bts_basefield';
1313
})
1414
export class ServoyBootstrapTypeahead extends ServoyBootstrapBasefield<HTMLInputElement> implements IPopupSupportComponent{
1515

16-
private readonly NULL_VALUE = 'TS_NULL_VALUE';
16+
private readonly NULL_VALUE = 'SVY_TS_NULL_VALUE_';
1717

1818
@ViewChild('instance') instance: NgbTypeahead;
1919

0 commit comments

Comments
 (0)