Skip to content

Commit

Permalink
Merge pull request #411 from zendesk/luis.type_regexp
Browse files Browse the repository at this point in the history
feat: adding support for 'regexp' fields
  • Loading branch information
luis-almeida authored Aug 9, 2023
2 parents 9bc3ab0 + aecbd3f commit ffe3482
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions assets/new-request-form.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/modules/new-request-form/NewRequestForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ export function NewRequestForm({
switch (field.type) {
case "anonymous_requester_email":
case "subject":
case "regexp":
return <TextInput field={field} />;
case "description":
case "textarea":
Expand Down

0 comments on commit ffe3482

Please sign in to comment.