Skip to content

Commit 09f5b1c

Browse files
authored
Prevent creating a new constraint when the enter key of the default value is pressed (baserow#4493)
1 parent 7fa870c commit 09f5b1c

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"type": "bug",
3+
"message": "Prevent creating a new constraint when the enter key of the default value is pressed.",
4+
"issue_origin": "github",
5+
"issue_number": null,
6+
"domain": "database",
7+
"bullet_points": [],
8+
"created_at": "2025-12-22"
9+
}

web-frontend/modules/database/components/field/FieldConstraintsSubForm.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
!disabled && hasAvailableConstraints && !hasConflictingConstraints
1313
"
1414
:disabled="allConstraintsAdded || hasDisabledFieldConstraints"
15+
tag="a"
1516
icon="iconoir-plus"
1617
@click.prevent="addConstraint"
1718
>

0 commit comments

Comments
 (0)