mirror of
https://github.com/discourse/discourse.git
synced 2025-02-10 05:14:59 +00:00
What this change? When a user opens the modal to edit tags or categories for the navigation menu, we want to input filter to have focus. This commit fixes that by doing the following: 1. Changes <DModal> component such that it prioritises elements with the autofocus attribute first. 2. Adds `autofocus` to the input elements on the edit tags/categories modal form.