Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(Search): cursor-spacing props for search component #5498

Merged
merged 4 commits into from Jul 27, 2023
Merged

feat(Search): cursor-spacing props for search component #5498

merged 4 commits into from Jul 27, 2023

Conversation

ghost
Copy link

@ghost ghost commented Jul 22, 2023

issue

#5497

test code

<!--index.wxml-->
<view class="container" style="position: relative;height: 1200rpx;">
   <van-search
    cursor-spacing="{{ 10 }}"
    show-action
    style="position: absolute; bottom: 0"
        />
</view>

screenshot

origin cursor-spacing 10

packages/search/index.ts Outdated Show resolved Hide resolved
@ghost ghost requested a review from landluck July 24, 2023 03:03
@landluck
Copy link
Contributor

test case 需要修复一下,可以本地跑 yarn run test 来实际看一下

@landluck landluck merged commit f975d2b into youzan:dev Jul 27, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants