king
2022-03-02 023895591327d0c210eec054d2c1d7991cefd413
src/mob/components/search/single-search/options.jsx
@@ -46,6 +46,18 @@
    },
    {
      type: 'radio',
      field: 'focus',
      label: '自动聚焦',
      initval: wrap.focus || 'false',
      tooltip: '注:ios系统中无效。',
      required: false,
      options: [
        {value: 'true', label: '是'},
        {value: 'false', label: '否'},
      ]
    },
    {
      type: 'radio',
      field: 'required',
      label: '必填',
      initval: wrap.required || 'false',