We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b104c50 commit b62d437Copy full SHA for b62d437
source/js/fields/fieldBuilder.ts
@@ -29,6 +29,7 @@ class FieldBuilder implements FieldBuilderInterface {
29
return this.buildCheckbox(field);
30
case 'text':
31
case 'email':
32
+ case 'url':
33
return this.buildText(field);
34
case 'select':
35
return this.buildSelect(field);
0 commit comments