Maximilian Franzke

Results 80 comments of Maximilian Franzke

@guimard do you have the chance in providing this code as a pull request? [snyk has even already opened a pull request](https://github.com/davglass/cpr/pull/64), but without the suggested code changes that you...

@Kaspanoombro thanks a lot for your feedback. I fear that the browser you've tested with is actually expected to work correctly supporting the native functionality, without even the need for...

@Kaspanoombro thanks for reporting back on this. Actually Firefox for Android is than "incorrectly" providing the APIs for `datalist` element that should actually as well get used for feature detection...

@jenstornell thanks a lot for your feedback. When comparing this either to `` elements in simple, regular `` element, and even regarding the rendering of `` items in an ``...

@jenstornell thanks a lot for your feedback. I've recognized that this seems to be the standard behaviour in Firefox for `` HTML element, independently from the usage of this polyfill....

@nicholassaunders, you're right - actually, there might be other constellations as well that would prevent easily positioning the datalist elements emulating select according to the inputs position easily, but implementing...

Makes sense, I even also see your use case. But I assume that it might be a little bit more complicated to achieve the polyfill currently expects that structure for...

Probably [popper.js](https://popper.js.org/popper-documentation.html) might be a solution (optionally to include/support) for constellations like this. I'll have to investigate further.

@09wattry, thanks for your feedback. This is actually (the solution for) a feature. It's mainly related to aspects reported via #36 and #39 (and in [Microsoft EDGEs platform issues](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/9573654/)), that...

made some comments by the commits da604d8, f68cf3f, 8736ae9, f68cf3f (I feel like I'm a little chatty at this time of the day ... )