1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-03-06 15:36:49 +02:00

Mobile: Accessibility: Describe the notebook dropdown for accessibility tools (#11430)

This commit is contained in:
Henry Heino 2024-11-22 02:48:00 -08:00 committed by GitHub
parent 3e911204df
commit 81ec3eb5e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -65,6 +65,7 @@ const FolderPicker: FunctionComponent<FolderPickerProps> = ({
return (
<Dropdown
items={titlePickerItems(!!mustSelect)}
accessibilityHint={_('Selects a notebook')}
disabled={disabled}
labelTransform="trim"
selectedValue={selectedFolderId || ''}