'Display Menu Item Header inside Box

I want to display a header in menu box but Menu always read it as a menu Item so if i searched with F letter it consider it as an item list

<Menu>
 Filter By Model
   <MenuItem>'Item 1</MenuItem>
  <MenuItem>Item 2</MenuItem> 
  <MenuItem>Item 3</MenuItem>
</Menu>


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source