Hash placeholder in hash_layout implementation for PickList

This commit is contained in:
Héctor Ramón Jiménez 2021-07-22 18:55:55 +07:00
parent 9c75ddcb33
commit 45bd685f7c
No known key found for this signature in database
GPG key ID: 140CC052C94F138E

View file

@ -219,6 +219,8 @@ where
match self.width {
Length::Shrink => {
self.placeholder.hash(state);
self.options
.iter()
.map(ToString::to_string)