README
@sinoform/comp-auto-select-input
获取焦点时自动选中的输入框组件
安装
yarn add @sinoform/comp-auto-select-input
使用
import AutoSelectInput from '@sinoform/comp-auto-select-input';
<AutoSelectInput />;
获取焦点时自动选中的输入框组件
<script type="module">
import sinoformCompAutoSelectInput from 'https://cdn.skypack.dev/@sinoform/comp-auto-select-input';
</script>
获取焦点时自动选中的输入框组件
yarn add @sinoform/comp-auto-select-input
import AutoSelectInput from '@sinoform/comp-auto-select-input';
<AutoSelectInput />;