最近搜索
没有最近搜索
How do i add the placeholder in manifest.json parameters?
已于 2024年7月11日 发布
I am trying to use helpText
and placeholder
in the manifest.json
parameters, but it is not working.
Does anyone have a solution? Please help me!
Thank you!


0
1
1 条评论
Rosie
You're using "text" type in your parameters. Text type is "a single-line input field". See the
parameters
list represents for Type. The following controls are available:For more details, kindly check our Manifest reference.
0