Description
Is your feature request related to a problem? Please describe.
When you copy things like URLs and paste them into the properties panel, it can happen that you accidently copy leading white spaces. They will be copied into the property field, and you might not spot that easily. This can lead to problems such as regex validation failing (in the URL example), and the user does not understand why.
Screen.Recording.2023-11-03.at.11.48.51.mov
Describe the solution you'd like
Auto-trim leading whitespaces when pasting into property fields.
Describe alternatives you've considered
We need to confirm that there is no valid use case of pasting leading white spaces that we will break with such a feature.
Additional context
Related to SUPPORT-25217