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

Wrapping input text #1889

Merged
merged 8 commits into from
Apr 12, 2019
Merged

Wrapping input text #1889

merged 8 commits into from
Apr 12, 2019

Conversation

tdurnford
Copy link
Contributor

@tdurnford tdurnford commented Apr 10, 2019

Fixes #17
Fixes #124

Added textarea input as a style option per issues #17 and #124.

const styleSet = createStyleSet({
    sendBoxTextWrap: true
});

input-js-textarea-input-multiple-lines-1-snap

@coveralls
Copy link

coveralls commented Apr 10, 2019

Coverage Status

Coverage increased (+1.3%) to 54.065% when pulling 302fa76 on tdurnford:17 into eaa3f61 on Microsoft:master.

@tdurnford tdurnford changed the title [Draft] Wrapping input text Wrapping input text Apr 11, 2019
Copy link

@justinwilaby justinwilaby left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@cwhitten
Copy link
Member

thanks for the contribution @tdurnford ! this is good stuff

@cwhitten cwhitten merged commit 79c39e5 into microsoft:master Apr 12, 2019
@EdwinOtten
Copy link

Thanks @tdurnford! Also nice that it is an optional feature 👍

@babupca
Copy link

babupca commented Mar 31, 2022

@tdurnford , Is sendBoxTextWrap fix released, We are using the webchat, where require the inputted text to be wrapped, which has not happened. Kindly suggest to us which version of WebChat do need to use to get this issue fixed.

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.

Support multi-line text box and use shift-enter for line break Wrapping input text
7 participants