Concept Flow - Sanitizing user input
User types input
Input captured by Vue ref
Sanitize input (remove unsafe chars)
Update reactive state with clean input
Display sanitized input in UI
User input is captured, cleaned to remove unsafe characters, then stored reactively and shown safely in the UI.