Select Relations JS v2.0.0 Demo

🎯 What This Does

This library allows you to create dynamic form dependencies where options in one field control the visibility/availability of options in other fields using logical operators:

Example 1: Simple AND Logic Basic

Select both Country AND City to see available hotels

Example 2: OR Logic New

Some services are available in multiple countries

Example 3: Parenthesis Grouping Advanced

Products available based on complex conditions: (Country AND Category) OR (Membership)

Example 4: Real-World Scenario Complete

Vehicle configuration with multiple dependencies