Configuration: - Min: 0, Max: 120, Step: 1 - Placeholder: "Enter your age" User Input: 25 Saved Variable: 25
Configuration: - Min: {{userProfile.minBudget}}, Max: {{userProfile.maxBudget}} - Step: 100, Placeholder: "Your budget" User Input: 5000 Validation: ✓ Within dynamic range Saved Variable: 5000
Configuration: - Min: 1, Max: 10, Step: 1 - Placeholder: "How many items?" User Input: 3 Saved Variable: 3