Why there's no direct way to modify the content of MessageInput
:
Message
with Your query here
)Send
with Search
)This has to be dead simple and the whole point of moving away from regular input text with buttons. But now its far more difficult and has to jiggle with CSS and custom javascript to achieve anything.
How do I do this ?
You can call setI18n and then pass a MessageInputI18n object:
input.setI18n(new MessageInputI18n().setMessage("Java Developer in Seattle").setSend("Search"));