Replace deprecated InputProps#748
Conversation
7b97af4 to
0320ee7
Compare
| {(removable || onOrderChange) && ( | ||
| slotProps={{ | ||
| htmlInput: { | ||
| endAdornment: ( |
There was a problem hiding this comment.
On my computer the TextField endAdornments only show up if they're inside input: {...}
Might be because I just updated MUI. Can you test after pulling from main?
There was a problem hiding this comment.
Ah yep I see what you mean, I've missed that ms dissappeared for some fields facepalm 🤦 I can replace all the affected htmlInput with input to fix endAdornments, if that works for you?
There was a problem hiding this comment.
But yeah, if switching to input fixes that then please do 🙏
0320ee7 to
2e16880
Compare
|
Ok, I gave it another shot, I didn't create a new commit and amended it instead, since I changed the existing code a bit. All the items on the right-hand side ( The general approach seems to be something like |
|
Awesome man, thanks as always |


I've noticed the deprecation warnings while working on the previous PR, so figured I'd make a separate one for this. Bar 1 exception, the replacements are:
I've given it a quick test, and it seemed fine, feel free to do a more thorough check. And feel free to use this PR partially if you feel that'll be more useful :)