Confirm slider value change before changing back end value

I have read this Actions - Home Assistant but its unclear to me how to make this work for a slide/input number type entiity

assume I have a slide which controls a “set point” for a system
if I change the value e.g. from 1 → 2 I want to be asked “please confirm you want to change set point X from 1 to 2” before it actually makes the change

is this something I can do on the entity or do I need to build a second entity and some automation along the lines of

create “shadow” entity which is what gets displayed to the user
display entity to user and allow them to change it to a new value
automation pops up a notificaiton to confirm change
if accepted then the underlying control gets changed (if not then nothing happens)

I want to do this as a way of protection a number of control settings

The actions available are tap, double tap and hold. There is no “move slider” action.

As to your work-around:

There is no core service available to do this. Maybe by using browser-mod.