Hey, thanks for the report. I just checked, and everything is working fine for me. Did you create the rule through the Cursor interface or manually create the file? Could you try this in another project? Also, restarting Cursor usually helps in such cases. However, let me know if none of this helps.
create new file via the Cursor Settings “+ Add rule” button → type “test-rules” at the top and press enter.
test-rules.mdc is created. I see 3 items in the header including globs
Switch the drop-down to select “Apple to Specific Files” → header reduces to only alwaysApply and changes to false. If I press tab or try and click, the drop-down immediately changes to manual ad the field disappears.
If I manually type globs: *.test.* the drop-down changes to “Apply to Specific Files” and I see the glob chip appear in the field. I can then interact with the field and type more.
If I remove the last chip the issue happens again. globs: is removed from the header and the drop-down immediately changes to manual.
I suspect the mode change that updates the header could be the bug. Perhaps a race condition that changes the mode or header before I can get my cursor in to the field?