How to hide search bar in JavaScript File Manager?
This article explains how to hide the search bar in the JavaScript File Manager.
The File Manager control is equipped with a search bar that facilitates the search for files stored within the JavaScript File Manager. This feature can be concealed by setting the display property to none for the e-search-wrap class.
.e-filemanager .e-address .e-search-wrap {
display: none;
}
Refer to the working sample for additional details and implementation: sample
Conclusion
We hope you enjoyed learning how to hide the search bar in the JavaScript File Manager.
You can also refer to our JavaScript File Manager feature tour page to learn about its other groundbreaking feature representations and documentation, as well as how to quickly get started with configuration specifications. You can also explore our File Manager example to understand how to create and manipulate data.
For current customers, you can check out our components on the License and Downloads page. If you are new to Syncfusion, you can try our 30-day free trial to check out our other controls.
If you have any queries or require clarifications, please let us know in the comments section below. You can also contact us through our support forums, support portal, BoldDesk Support, or feedback portal. We are always happy to assist you!