mirror of https://github.com/laurent22/joplin.git
Mobile: Accessibility: Describe the notebook dropdown for accessibility tools (#11430)
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…
Reference in New Issue