Enterprise: Input / Context Menu: Right Click Me text error in within the autocomplete label

Created on 11 Jun 2019  路  3Comments  路  Source: infor-design/enterprise

Describe the bug
Input / Context Menu: Right Click Me text error in within the autocomplete label

To Reproduce
Steps to reproduce the behavior:

  1. Go to url: http://4190-rc0-enterprise.demo.design.infor.com/
  2. Scroll down to Context Menu on Input Fields
  3. Click inside the Label field box
  4. Click on the delete key to remove characters from " Right Click Me"
  5. See error on MAC Chrome when the user begins to remove characters from the filed box "Right Click Me appears under the field box. Please see screen shot attached.

Expected behavior
Autocomplete should not appear under the Label and Label2 field box

Version

  • ids-enterprise: [e.g. v4.9.0 or v4.19.0]

Screenshots
Screen Shot 2019-06-11 at 9 53 17 AM

Platform

  • OS Version: [iOS 8]
  • Browser Name [Chrome]
  • Browser Version [Version 74.0.3729.169 (64-bit) ]

Additional context
Add any other context about the problem here.
None

[2] type

All 3 comments

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"

Was this page helpful?
0 / 5 - 0 ratings