# keyboard-accessory

Start from base library version 2.15.0. Please remaining backward compatible.

Set up input / textarea Focus above the keyboard cover-view / cover-image Toolbar view

# Bug & Tip

  1. tip: The maximum height of the view is 200px

# sample code

Preview with Developer Tool

<textarea hold-keyboard="{{true}}">
  <keyboard-accessory class="container" style="height: 50px">
    <cover-view bindtap="tap" style= " flex: 1 background: green">1</cover-view>
    <cover-view bindtap="tap" style= " flex: 1 background: red">2</cover-view>
  </keyboard-accessory>
</textarea>