Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7dcefd83 authored by Akhil's avatar Akhil 🙂
Browse files

Merge branch 'dev/share-by-email-fix' into 'murena-main'

Same changes as MR to other branch

See merge request !54
parents 43ba1777 fc938271
Loading
Loading
Loading
Loading
Loading
+11 −1
Original line number Diff line number Diff line
@@ -33,6 +33,7 @@
			class="sharing-search__select"
			:class="{ 'showContent': inputGiven, 'icon-loading': isLoading }"
			:user-select="true"
			:filter-by="filterResults"
			open-direction="above"
			track-by="user"
			label="displayName"
@@ -90,7 +91,16 @@ export default {
				isCircle,
			})
		},

		/**
		 * Function to filter results in NcSelect
		 *
		 * @param {object} option
		 * @param {string} label
		 * @param {string} search
		 */
		filterResults(option, label, search) {
			return true
		},
		/**
		 * Use the cdav client call to find matches to the query from the existing Users & Groups
		 *