choice
Here are 63 public repositories matching this topic...
this is a feature request. It would be great to have the same clear button on the right side of multi selects that is available in single selects. On click, this button should delete all selected option in a row.
It could be a good idea to activate this button (and maybe the button on single selects as well) with a new option removeButton
-
Updated
Jun 7, 2019 - JavaScript
-
Updated
Aug 22, 2019 - Java
-
Updated
Dec 4, 2019 - Java
-
Updated
Jun 5, 2019 - Java
When you load the pdf using a byte array or a blob you have to press back twice come back to previos page.
For example : You have an overview with a list of files, and when you click on on row will be redirected to a detail page where the pdf content is shown. In this case I have to press twice back button to the to the overview page.
This issue can be reproduced on the demo app : https://n
The readme file only links to the arxiv version. It should be updated to refer to the Journal of Choice Modelling paper.
-
Updated
Jun 5, 2020 - Python
Under User email settings, if I enable both "User email-address" and "Custom fields" (for the purpose of sending to an address that the user inputs at the end of the quiz) It only ends up sending to the "User email-address" however if I ONLY check "Custom field" (for the eventual email) it sends to that custom field.
Only sends to User email-address. Does not send to "custom field" emai
-
Updated
Jun 9, 2020 - Python
-
Updated
May 12, 2020 - Dart
A student who rates choices and then leaves the course (or maybe her enrolment expires) is not allocated by the algorithm. That person is still displayed in the Allocation overview, and is listed as a person who was not allocated. This may be irritating, as this might at first suggest that the allocation was not done because of that person's priorities.
I am not suggesting to drop the names fro
-
Updated
Nov 5, 2019 - TypeScript
-
Updated
Oct 18, 2019 - Python
-
Updated
Jan 8, 2018 - Python
-
Updated
Mar 8, 2018 - Java
-
Updated
Sep 19, 2017 - JavaScript
-
Updated
Dec 14, 2018 - C#
-
Updated
Mar 23, 2020 - C++
-
Updated
Jul 4, 2018 - Python
-
Updated
Feb 15, 2018 - Vue
Improve this page
Add a description, image, and links to the choice topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the choice topic, visit your repo's landing page and select "manage topics."
Describe the bug
There is no documentation about how to mark a choice as pre-selected in a multiselect. It works to set
selected: truein the choice, however@types/promptsdoesn't know about it and neither does any of the documentation.Expected behavior
The docs as well as the types should help to figure out how to do this.
System