-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Datagrid add option for maximum selection #704
Comments
@alexander-schranz Can you elaborate a bit more? I don't really know what you mean here. How should the option be passed? What are the use cases? |
@danrot example usage in a sulu content type <property name="test" type="some_selection">
<params>
<param name="limit" value="2" />
</params>
</property> The |
Ah, you are talking about some kind of maximum selection count... I thought about the limit passed to the REST API 🙈 |
@danrot issue renamed :) |
The datagrid should have a select limit which can be used for sulu content types. How we handle this if you have a datagrid on an API I would say when you select more then the limit the first selected will be removed.
The text was updated successfully, but these errors were encountered: