-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Disabled to New-UDInputField (#1426)
* Fix label overlap issue when value is provided #1330 * Placeholder should be active label and not overlap #921 * Revert "Placeholder should be active label and not overlap" This reverts commit 938fd37. * UpdateTabIndicator so we dont get a scroll Models have issues trying to figure out how wide they are so we need to tell materialize to update the tabIndicator so we dont get a scroll bar. #1221 * Add test for disabled textbox #1380 * Disabled InputField Adding Disabled to new-inputfield #1380 * Remove false * Update NewInputFieldCommand.cs Co-authored-by: Adam Driscoll <[email protected]>
- Loading branch information
1 parent
95a88de
commit da23492
Showing
4 changed files
with
47 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
32 changes: 32 additions & 0 deletions
32
src/UniversalDashboard.Materialize/Tests/textbox.tests.ps1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters