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:
parent
3e911204df
commit
81ec3eb5e2
@ -65,6 +65,7 @@ const FolderPicker: FunctionComponent<FolderPickerProps> = ({
|
||||
return (
|
||||
<Dropdown
|
||||
items={titlePickerItems(!!mustSelect)}
|
||||
accessibilityHint={_('Selects a notebook')}
|
||||
disabled={disabled}
|
||||
labelTransform="trim"
|
||||
selectedValue={selectedFolderId || ''}
|
||||
|
Loading…
x
Reference in New Issue
Block a user