SimHub icon indicating copy to clipboard operation
SimHub copied to clipboard

Adding Properties in JS with "$" bug

Open Asviix opened this issue 5 months ago • 0 comments

Describe the bug When adding a property name by typing "$" and it's name in JS, when adding a dot "." which is common place in properties names, it auto-selects the first entry instead of adding the dot for sorting.

Simhub version 9.9.3

Third party plugins Tested with and without plugins, still the same behavior.

To Reproduce

  1. Start typing a property name using "$" in JS
  2. Add a dot to filter out unwanted result

Expected behavior The dot be properly added to the filtering text to make finding properties easier

Screenshots EXPECTED BEHAVIOR:

Image

CURRENT BEHAVIOR:

Image

After adding the dot:

Image

Asviix avatar Jul 17 '25 11:07 Asviix