-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
KOQ and numeric editor improvements (#747)
* initial * Reduce number of clicks by auto focusing input on render * pass setFocus boolen to inputs to determine if they should be focused on render * Tests and adjustments * changeset * adjustments * fixes * fixes * adjustment
- Loading branch information
1 parent
7f35490
commit 3c3e3af
Showing
6 changed files
with
104 additions
and
28 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
"@itwin/presentation-components": minor | ||
--- | ||
|
||
KoQ and numeric editor improvements | ||
|
||
Changes: | ||
|
||
- ReadOnly properties now open a disabled input in property grid. | ||
|
||
- KoQ input placeholder is now determined by initial value if one exists. | ||
|
||
- Selecting/clicking a numeric or KoQ input will select all the text. |
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
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