我正在尝试使用Fable.React选择输入字段的文本。 在js中,可以像this一样完成操作,但是在Fable中尝试相同的操作不会编译:
input [
Type "text"
OnFocus(fun e -> e.target.select())
]
使用Fable.React聚焦时,如何在输入字段中选择文本?
答案 0 :(得分:0)
解决方案是先投放event.target:
table.shop_table_responsive tbody tr td, table.shop_table_responsive tbody tr th {
display: table-cell;
text-align: right;
clear: both;
}