Skip to content
This repository has been archived by the owner on Jan 4, 2025. It is now read-only.

Placeholder color for text field does not match default theme #1101

Closed
adamdriscoll opened this issue Sep 12, 2019 · 1 comment
Closed

Placeholder color for text field does not match default theme #1101

adamdriscoll opened this issue Sep 12, 2019 · 1 comment
Assignees
Labels
bug Something isn't working
Milestone

Comments

@adamdriscoll
Copy link
Member

Describe the Issue

image

To Reproduce

New-UDInput -Title "Simple Form" -Id "Form" -Content {
                New-UDInputField -Type 'textbox' -Name 'DepartmentNumber' -Placeholder 'Department Number ("2600922")'
            } -Endpoint {
                param($DepartmentNumber)

                $Cache:Data = $Test
            }

Expected behavior

This shouldn't be that weird teal color.

Version Information

  • Operating System: Any
  • PowerShell Version: Any
  • Universal Dashboard Version: 2.6
  • UD Hosting Method: Any
@adamdriscoll adamdriscoll added the bug Something isn't working label Sep 12, 2019
@adamdriscoll adamdriscoll added this to the 2.6.0 milestone Sep 12, 2019
@leeberg
Copy link
Contributor

leeberg commented Sep 12, 2019

PR IN: #1109
image

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants