# Showcase

Flagship tour of XWUIInputAny: the same wrapper resolving to Text, Password, Number and Textarea via `config.type`, an options-driven Select and a length-driven OTP field forwarded verbatim to their concrete inputs, and a single live instance swapping type at runtime through the public applyConfig API.

Every other config or data key besides `type` is forwarded straight to the resolved concrete `XWUIInput<type>`, so the wrapper's surface is exactly that input's own surface.
