craftercms / craftercms

Parent project for Crafter CMS. Issue tracking across all repositories and global builds.
GNU General Public License v3.0
282 stars 98 forks source link

Don't enable the add button in an item selector if the max number of items has been reached #6711

Open russdanner opened 3 weeks ago

russdanner commented 3 weeks ago

Latest version

CI: 4961

Duplicates

Is your enhancement request related to a problem? Please describe.

Disabling the add button on a item selector when the max object count is reached will help indicate to the user that they are at the limit and will save them from several clicks that would otherwise result in an error.

Describe the solution you'd like

Streamline the user experience by not enabling the add button in an item selector if the max number of items has been reached.