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

sendBoxBackground not applying to input/textarea input background color #2110

Closed
tdurnford opened this issue Jun 21, 2019 · 0 comments · Fixed by #2111
Closed

sendBoxBackground not applying to input/textarea input background color #2110

tdurnford opened this issue Jun 21, 2019 · 0 comments · Fixed by #2111
Assignees
Labels
bug Indicates an unexpected problem or an unintended behavior. front-burner

Comments

@tdurnford
Copy link
Contributor

Screenshots

image

Version

Local build from master

Describe the bug

The sendBoxBackground color is not being applied to the input/textarea field. Also, there is no way to modify the input's placeholder text color in defaultStyleOptions.

To Reproduce

Steps to reproduce the behavior:

Change the sendBoxBackground in styleOptions.

window.WebChat.renderWebChat({
  directLine: window.WebChat.createDirectLine({ token }),
  styleOptions: { sendBoxBackground: '#0063B1', sendBoxTextColor: 'White', sendBoxButtonColor: 'White', sendBoxPlaceholderColor: 'White', sendBoxTextWrap: false }
}, document.getElementById('webchat'));

[Bug]

@tdurnford tdurnford added bug Indicates an unexpected problem or an unintended behavior. Pending labels Jun 21, 2019
@tdurnford tdurnford self-assigned this Jun 21, 2019
@tdurnford tdurnford removed the Pending label Jun 21, 2019
@tdurnford tdurnford changed the title sendBoxBackground not applying to input/textarea input color sendBoxBackground not applying to input/textarea input background color Jun 21, 2019
@corinagum corinagum added this to Done in R8 Prioritization Jun 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Indicates an unexpected problem or an unintended behavior. front-burner
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

2 participants