mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2024-10-31 00:07:36 +08:00
feat: Fixed the problem that the Flu ComboBox quick drop-down display is empty, and the ListView cancels the rebound effect.
This commit is contained in:
parent
cac1864d65
commit
9bdc6c45cd
@ -108,6 +108,7 @@ T.ComboBox {
|
|||||||
model: control.delegateModel
|
model: control.delegateModel
|
||||||
currentIndex: control.highlightedIndex
|
currentIndex: control.highlightedIndex
|
||||||
highlightMoveDuration: 0
|
highlightMoveDuration: 0
|
||||||
|
boundsMovement: Flickable.StopAtBounds
|
||||||
T.ScrollIndicator.vertical: ScrollIndicator { }
|
T.ScrollIndicator.vertical: ScrollIndicator { }
|
||||||
}
|
}
|
||||||
enter: Transition {
|
enter: Transition {
|
||||||
|
@ -108,6 +108,7 @@ T.ComboBox {
|
|||||||
model: control.delegateModel
|
model: control.delegateModel
|
||||||
currentIndex: control.highlightedIndex
|
currentIndex: control.highlightedIndex
|
||||||
highlightMoveDuration: 0
|
highlightMoveDuration: 0
|
||||||
|
boundsMovement: Flickable.StopAtBounds
|
||||||
T.ScrollIndicator.vertical: ScrollIndicator { }
|
T.ScrollIndicator.vertical: ScrollIndicator { }
|
||||||
}
|
}
|
||||||
enter: Transition {
|
enter: Transition {
|
||||||
|
Loading…
Reference in New Issue
Block a user