标签: internet-explorer gwt
我在GWT中有一个组件textarea。占位符的消息在Google Chrome和Firefox中有效,但我需要在IE 9中进行最终测试,并且该消息不起作用。还有另一种方法吗?
感谢您的关注。
代码:
myTextArea.getElement().setPropertyString("placeholder", "Final test in IE 9");