我想在表单中添加一个选择字段,其中列出了通过引用加载的实体。尽管使用的值(只是一个字符串)不应为optionValue
,而应为其他值。现在,将ReferenceInput
设置为其他值时,选择时的GET显然会失败。
因此,我想扩展/覆盖ActiveSupport::NumberHelper::number_to_delimited('%.2f' % '3423432.43234', delimiter: ",", separator: ".")
# => "3,423,432.43"
以停用该呼叫。我该如何开始有什么提示?
谢谢, 本杰明