added placeholder in delegates so you can understand what is passed back
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
3732f98d7c
commit
ab5a5a1e55
@ -49,10 +49,10 @@ open class ItemDropdownEntryField: VDS.DropdownSelect, VDSMoleculeViewProtocol,
|
||||
public var isValid: Bool = true
|
||||
|
||||
/// Closure passed here will run as picker changes items.
|
||||
public var observeDropdownChange: ((String?, String) -> ())?
|
||||
public var observeDropdownChange: ((_ oldValue: String?, _ newValue: String) -> ())?
|
||||
|
||||
/// Closure passed here will run upon dismissing the selection picker.
|
||||
public var observeDropdownSelection: ((String) -> ())?
|
||||
public var observeDropdownSelection: ((_ newValue: String) -> ())?
|
||||
|
||||
/// When selecting for first responder, allow initial selected value to appear in empty text field.
|
||||
public var setInitialValueInTextField = true
|
||||
|
||||
Loading…
Reference in New Issue
Block a user