KaotoIO / kaoto

The UI of the Kaoto project
https://kaoto.io
Apache License 2.0
37 stars 29 forks source link

Allow to surround a parameter value with RAW() #1666

Open oscerd opened 1 day ago

oscerd commented 1 day ago

Please describe the feature that you want to propose

There are situation in which the parameter value of an endpoint option requires to be surrounded with "RAW()" in case of special character, like "+" for example. It would be nice if we could add a selectable RAW checkbox on endpoint parameters.

lordrip commented 1 day ago

We can write RAW() in the Textfield but I guess it would be better if there's a button to automate this.