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

pull/11435/head
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
1 changed files with 1 additions and 0 deletions

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 || ''}