-
Notifications
You must be signed in to change notification settings - Fork 355
Conversation
9374563
to
9a55cea
Compare
Thanks for proposing this! I'm wary of adding a new overly-specific configuration option. Generally, if there was a way to indicate more items below or after the "fold", I'd be into that, but I would like to see this generalized solution built into the current configuration around pagination, and not being called something vague like a "footer". Until this feature is available in Survey, would it be an option for your app to customize the template string to add the "below the fold" indicator? I'm thinking that you might not need to make any changes to Survey in order to override this string in your app Lines 69 to 85 in e47352f
|
Thank you @mislav |
I'm going to close this PR since it's gone a bit stale. I agree we want something like this in general so let's try to figure out what the right API is that gives us a little more flexibility than a fixed string. For example, I'd like to be able to say |
Looking to have a feature like the one proposed in this PR where I can add a footer message as a hint that there are more items in the survey.
Related to: Azure/azure-dev#66
I am adding only the support for
Select
. If this idea and implementation would be OK, I could update multi-select and create some test cases.