9bc03f67af
The custom JavaScript was actually interfering with normal browser behavior. The hide().show() and attribute manipulation was causing the dropdown to reset visually after selection. Changes: - Removed all custom dropdown change event handlers - Removed all debugging console logs - Removed excessive !important CSS rules - Removed debug red border - Kept only the simple focus styling Now using native browser select behavior with Bootstrap form-control styling, which should work correctly out of the box. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>