Hash placeholder in hash_layout implementation for PickList
This commit is contained in:
parent
9c75ddcb33
commit
45bd685f7c
1 changed files with 2 additions and 0 deletions
|
|
@ -219,6 +219,8 @@ where
|
|||
|
||||
match self.width {
|
||||
Length::Shrink => {
|
||||
self.placeholder.hash(state);
|
||||
|
||||
self.options
|
||||
.iter()
|
||||
.map(ToString::to_string)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue