Notifications
Announcements
No record found.
I need to remove the select all option from the option values of a multi select options field. How is this achieved?
Hi LynneMC,
There is no OOB way to do this thing and removeOption()(removeOption (Client API reference) in model-driven apps - Power Apps | Microsoft Docs) method couldn't remove the select all option.
So I tried to hide the dom with the below code and it can work:
var myInterva; function formOnLoad(executionContext){ myInterval = setInterval(hideSelectAll,100); } function hideSelectAll(){ var selectAll = parent.document.getElementById("new_myoption_selectAll"); if(selectAll != null){ selectAll.parentNode.style.display = "none"; clearInterval(myInterval); } }
Result:
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
As AI tools become more common, we’re introducing a Responsible AI Use…
We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Tom_Gioielli 108 Super User 2025 Season 2
Jimmy Passeti 50 Most Valuable Professional
Gerardo RenterÃa Ga... 49 Most Valuable Professional