Commit ce728b4
committed
feat: allow uppercase characters in trait keys
The trait key input rewrote keys to lowercase as you type, while the API,
Edge, the engine and every SDK store and match trait keys case-sensitively.
Keep replacing spaces with underscores but preserve the casing the user
types, so keys like appVersion can be created and corrected from the
dashboard.1 parent e252a36 commit ce728b4
1 file changed
Lines changed: 1 addition & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | 11 | | |
13 | 12 | | |
14 | | - | |
15 | 13 | | |
16 | 14 | | |
17 | 15 | | |
| |||
122 | 120 | | |
123 | 121 | | |
124 | 122 | | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
| 123 | + | |
130 | 124 | | |
131 | 125 | | |
132 | 126 | | |
| |||
0 commit comments