UNPKG

@open-formulieren/formio-builder

Version:

An opinionated Formio webform builder for Open Forms

37 lines (36 loc) 1.05 kB
import { jsx as e } from "react/jsx-runtime"; import { useIntl as p, FormattedMessage as l } from "react-intl"; import "../formio/tabs.js"; import "clsx"; import "formik"; /* empty css */ import "@floating-ui/react"; import "react"; /* empty css */ import { TextFieldMultiple as i } from "../formio/textfield.js"; import "../../context.js"; import "lodash"; /* empty css */ import "react-select"; import "dompurify"; import "../formio/datagrid.js"; import { LABELS as a } from "./messages.js"; const P = () => { const t = p(), o = t.formatMessage({ id: "TtqZa0", defaultMessage: [{ type: 0, value: "The placeholder text that will appear when this field is empty." }] }), r = t.formatMessage({ id: "CRN74c", defaultMessage: [{ type: 0, value: "Placeholder" }] }); return /* @__PURE__ */ e(i, { name: "placeholder", label: /* @__PURE__ */ e(l, { ...a.placeholder }), tooltip: o, placeholder: r }); }; export { P as default };