Allow user to select multiple threat types
Describe what problem your feature request solves At the moment when selecting a threat type, I can only select one of the available options. For example, I can indicate a threat covers Confidentiality or Integrity or Availability, but cannot indicate it affects multiple of them. This creates a problem when discussing threats that legitimately affect multiple areas—for instance, a service crash that creates Availability issues and may disclose information while crashing that threatens Confidentiality.
Describe the solution you'd like Threat types should be multi-select, perhaps with check-boxes or the Option-key-to-select-multiple solution. This enables users to select one or multiple depending on the context of the threat.
This would be nice to have, and may come out of the 'vue box', so targeting for version 2.1
should be able to do this in bootstrap-vue: https://bootstrap-vue.org/docs/components/form-select/#multiple-select-support
I was trying to work on this, and i tried using both
@asad0206 are you following https://bootstrap-vue.org/docs/components/form-select/#multiple-select-support ?
I did that but but as i mentioned i need to hold ctrl or shift key. To eliminate this issue i tried to use some js function but then it wont work. 😢 If you have some other example or resource that would be helpful
@asad0206 I misunderstood - selecting multiple items from a drop list should always requires a shift or control key being pressed?
Yes , you are correct !