Slider missing on iOS 15.8 after HA Upgrades - Uncaught error from WebKit

I recently upgraded all components of HA, with no errors, until I accessed the HA App in iOS today.
All my sliders have disappeared. Only the Icon, Name and Value are shown. I have no ability to change them.
IMG_1503

Has anyone else experienced this?
Is this a bug in the release, and if so where should I report it?

The error logs has this for each slider:

	2023-11-17 10:20:13.254 ERROR (MainThread) [frontend.js.latest.202310302] Uncaught error from WebKit 605.1.15 on iOS 15.8
	TypeError: Cannot instantiate a custom element inside its own constructor during upgrades
	HTMLElement ([native code]::)
	construct ([native code]::)
	y (src/scoped-custom-element-registry.js:173:6)
	super (src/reactive-element.ts:930:4)
	A (src/lit-element.ts:115:)
	super (slider.ts:256:4)
	_ (::)
	F (src/components/ha-slider.ts:6:39)
	c (src/scoped-custom-element-registry.js:390:8)
	a (src/scoped-custom-element-registry.js:236:20)

Here is an example of my configuration. I added the optional ‘mode’ to specifically state slider but it didn’t have any affect.

input_number:
  set_sg_min_soc:
    name: Set Min SoC
    min: 0
    max: 50
    step: 0.1
    mode: slider

  set_sg_max_soc:
    name: Set Max SoC
    min: 50
    max: 100
    step: 0.1
    mode: slider

The HA Environment is:

  • Core 2023.11.2
  • Supervisor 2023.11.3
  • Operating System 11.1
  • Frontend 20231030.2

I have same issue

Sliders have had issues with balloons and viewing since a change in the HA core 2023.11, which has been attempted fixed.
Make sure you are running the latest versions of the integrations and make a bug report if it does not solve it.
The change in HA core might be the cause, but it could also be the fixes or something unrelated.

Same here, no sliders on older iPads anymore :frowning:

No sliders on older macOS here either with the Home Assistant app:( only fine with a web browser.