Describe the bug
Input / Context Menu: Right Click Me text error in within the autocomplete label
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Autocomplete should not appear under the Label and Label2 field box
Version
Screenshots

Platform
Additional context
Add any other context about the problem here.
None
Seems like the audible label is adding a value. We should probably remove that or change it from adding. Also we can add autocomplete: off
<input type="text" data-options="{trigger:'rightClick'}" data-popupmenu="action-popupmenu" value="Right Click Me" id="input-menu" aria-haspopup="true" aria-controls="action-popupmenu" class="">
Also we found the popup on a search field is inserted in the DOM it should also have autocomplete="off"