|
|
@ -48,10 +48,7 @@ EnsInput.prototype.render = function () { |
|
|
|
}, [ |
|
|
|
}, [ |
|
|
|
h('input.large-input', opts), |
|
|
|
h('input.large-input', opts), |
|
|
|
// The address book functionality.
|
|
|
|
// The address book functionality.
|
|
|
|
h('datalist', |
|
|
|
h('datalist#addresses', |
|
|
|
{ |
|
|
|
|
|
|
|
id: 'addresses', |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
[ |
|
|
|
[ |
|
|
|
// Corresponds to the addresses owned.
|
|
|
|
// Corresponds to the addresses owned.
|
|
|
|
Object.keys(props.identities).map((key) => { |
|
|
|
Object.keys(props.identities).map((key) => { |
|
|
|