Boghyon Hoffmann
Boghyon Hoffmann
In the meantime, jQuery 3.6.4 has been released: https://blog.jquery.com/2023/03/08/jquery-3-6-4-released-selector-forgiveness/ Basically, the [less forgiving `CSS.supports` approach](https://github.com/jquery/jquery/issues/5194) is no longer used in 3.6.4. While I personally think the `CSS.supports` approach in 3.6.3...
@pubmikeb I see now that you've changed the title as well.. :)
> What is the expected result? > 1. When the suggestion items aggregation contains the text "MYITEM" and the entered text in the input is "ITEM" it should show "MYITEM"...
I guess we have two separate issues here then: 1. `sap.m.Input` missing a "`filterFunction`" as one of the control's `properties` with the `type: "function"` which would allow app developers to...
I can confirm also that the source maps work with Firefox in UI5 1.120 too. By "locally built", I meant the resources built and served from [`npm run sdk`](https://github.com/SAP/openui5/blob/master/docs/developing.md#building-the-openui5-sdk-demo-kit).