mirror of
https://github.com/discourse/discourse.git
synced 2025-02-06 19:38:24 +00:00
d875e6e998
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.