Skip to content

Commit adfcbb7

Browse files
authored
Merge pull request Expensify#85512 from daledah/fix/79859
fix: inconsistent validation for special characters in tag names
2 parents c4d00e1 + 9238e0a commit adfcbb7

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

src/pages/workspace/tags/EditTagPage.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ function EditTagPage({route}: EditTagPageProps) {
107107
enabledWhenOffline
108108
shouldHideFixErrorsAlert
109109
addBottomSafeAreaPadding
110+
shouldUseStrictHtmlTagValidation
110111
>
111112
<InputWrapper
112113
InputComponent={TextInput}

src/pages/workspace/tags/WorkspaceCreateTagPage.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ function WorkspaceCreateTagPage({route}: WorkspaceCreateTagPageProps) {
103103
enabledWhenOffline
104104
shouldHideFixErrorsAlert
105105
addBottomSafeAreaPadding
106+
shouldUseStrictHtmlTagValidation
106107
>
107108
<InputWrapper
108109
InputComponent={TextInput}

src/pages/workspace/tags/WorkspaceEditTagsPage.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ function WorkspaceEditTagsPage({route}: WorkspaceEditTagsPageProps) {
9393
enabledWhenOffline
9494
shouldHideFixErrorsAlert
9595
addBottomSafeAreaPadding
96+
shouldUseStrictHtmlTagValidation
9697
>
9798
<View style={styles.mb4}>
9899
<InputWrapper

0 commit comments

Comments
 (0)