寓言。反应:选择焦点上的输入文本

时间:2018-11-25 11:20:21

标签: f# fable-f#

我正在尝试使用Fable.React选择输入字段的文本。 在js中,可以像this一样完成操作,但是在Fable中尝试相同的操作不会编译:

input [                         
        Type "text"
        OnFocus(fun e -> e.target.select())
      ]

使用Fable.React聚焦时,如何在输入字段中选择文本?

1 个答案:

答案 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;
}