Skip to content

Commit 0645adf

Browse files
committed
Merge branch 'fix-form-validation-phone-number-in-name' into 'develop'
Fix form validation bug with phone number in field See merge request baserow/baserow!3791
2 parents 8ea18db + c070378 commit 0645adf

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"type": "bug",
3+
"message": "Fix bug where the form validation does not work if iOS recognizes a phone number in the field name.",
4+
"domain": "database",
5+
"issue_number": null,
6+
"bullet_points": [],
7+
"created_at": "2025-10-13"
8+
}

web-frontend/modules/core/head.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ export default {
88
content:
99
'width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no',
1010
},
11+
{
12+
name: 'format-detection',
13+
content: 'telephone=no, email=no, address=no, date=no',
14+
},
1115
],
1216
link: [
1317
{

0 commit comments

Comments
 (0)