The CompositionEvent composite event is a combination of events that split the different steps and is composed of CompositionStart, CompositionUpdate and CompositionEnd events.
Recently, I encountered a password box requirement similar to WeChat payment when developing Uni-App. It requires that the user automatically jumps back to an input...