@furo/ui5
Version:
SAP UI5 Web Components data bindings for furo-web
15 lines (11 loc) • 367 B
JavaScript
import { FormInt32 } from './form-int32.js';
/**
* `form-furo-fat-int32` is a `form` context renderer.
*
* It uses furo-ui5-number-input as the renderer
*
* @summary form renderer for `furo.fat.Int32`
* @element form-furo-fat-int32
*/
export class FormFuroFatInt32 extends FormInt32 {}
window.customElements.define('form-furo-fat-int32', FormFuroFatInt32);