- Notifications
You must be signed in to change notification settings - Fork1.3k
sap.m.SelectDialog: Allow clear in single selection mode#2380
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:master
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
stoyanovski commentedJan 28, 2019 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Hi@zypA13510, Thank you for your contribution. I created internal incident regarding your pull-request. The colleagues from the corresponding team will check if it's relevant for their control. Best Regards, |
niyap commentedJan 30, 2019
Hello@zypA13510 , As is described in your related incident:#2379 Thank you for your contribution. Your proposal(pull request) will be evaluated as well. Thanks again for your proactivity and contribution! Regards, |
zypA13510 commentedJan 31, 2019
Actually, this was submitted prior to the reply in 2379 (but probably not being tracked for some reasons?) |
Shtilianova commentedMay 13, 2019
Internal record is 1980259563. The status of the issue will be updated here in GitHub. |
6ebcb1b to59fcc75CompareThe clear button is always enabled now, if showClearButton=true and multiSelect=false.The clear button behavior is redefined to act as clear+confirm in single selection mode.
59fcc75 tobeb5668CompareCLAassistant commentedAug 5, 2020 • edited by cla-assistantbot
Loading Uh oh!
There was an error while loading.Please reload this page.
edited by cla-assistantbot
Uh oh!
There was an error while loading.Please reload this page.
|
flovogt commentedJun 15, 2023
This PR will be covered in backlog item FIORIDESIGN-614 |
Uh oh!
There was an error while loading.Please reload this page.
The clear button will always be enabled, if
showClearButton=trueandmultiSelect=false.The clear button behavior is redefined to act as clear+confirm in single selection mode.
Thiscloses#2379. This will provide a workaround for#898.
P.S. I'm not sure if this should count as a [FIX] or a [FEATURE], so it's not included in any title.