Skip to content

Commit

Permalink
UI Navigation tabs - Person Name widget : Extend widget to enable add…
Browse files Browse the repository at this point in the history
…ing Phonetic / Ideographic components of Person Name VR #4092
  • Loading branch information
shral committed Jul 24, 2023
1 parent 31e06f3 commit 23d4e9c
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -111,6 +111,9 @@ export class PersonNamePickerComponent implements OnInit {

set asFilterModel(value: string) {
this._asFilterModel = value;
if(value.indexOf("=") > -1){
this.modelChange.emit(value.replace("=","%3D"));
}
this.modelChange.emit(value);
}
clear(){
Expand Down

0 comments on commit 23d4e9c

Please sign in to comment.