# 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
tip
: The maximum height of the view is 200px
# sample code
<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>