Skip to content

Commit c92a056

Browse files
authored
Forms: use a dropdown selector to list eligible users for notifications (#45634)
* Use dropdown selector for notification recipients To make it easier to select users in the form notification settings, I'm using the FormTokenField dropdown selector variation, which will list all the eligible users we can send notifications to. * changelog
1 parent e14ef0b commit c92a056

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Significance: minor
2+
Type: changed
3+
4+
Forms: use a dropdown selector to list eligible users to receive form notifications.

projects/packages/forms/src/blocks/contact-form/components/notifications-settings.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,8 @@ const NotificationsSettings = ( {
136136
} }
137137
__nextHasNoMarginBottom={ true }
138138
__next40pxDefaultSize={ true }
139+
__experimentalExpandOnFocus={ true }
140+
__experimentalAutoSelectFirstMatch={ true }
139141
/>
140142
</>
141143
) }

0 commit comments

Comments
 (0)