aeternity / aepp-components

deprecated: aepp-components to be used in all aepps.
ISC License
41 stars 14 forks source link

AeInputAmount should not display chevron when only one unit is present #74

Closed dadaphl closed 6 years ago

dadaphl commented 6 years ago

The symbol should not be clickable. There should be no drop-down

    <ae-amount-input
      placeholder="0.00"
      v-model="value"
      :units="{ symbol: 'AE', name: 'æternity' }"
    />

currently

screen shot 2018-03-19 at 23 39 44

expected

screen shot 2018-03-19 at 23 39 44