Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@formio/semantic

formio142kMIT2.6.1TypeScript support: included

Semantic UI templates for form.io forms.

Semantic, UI, form.io, forms

readme

Form.io Semantic UI Templates

This repository will change the rendering of forms in formio.js so that it uses html and classes compatible with the Semantic UI framework.

Usage

import semantic from '@formio/semantic';
import { Formio } from 'formiojs';

Formio.use(semantic);

changelog

Change Log

All notable changes to this project will be documented in this file

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

2.6.1

Changed

  • Official Release

2.6.1-rc.1

Changed

  • FIO-5369: fixed an issue where clicking on the tooltip enables the ch…

2.6.0

Changed

  • Official Release

2.6.0-rc.6

Fixed

  • FIO-3758: Duplication of radio ids inside nested forms

2.6.0-rc.5

Fixed

  • FIO-3758: Duplication of radio ids inside nested forms

2.6.0-rc.4

Fixed

  • FIO-3519 Added ref to wizard header for 'scroll to top' feature
  • FIO-3011 fixed an issue where only '{' character send and returned to/from the server

2.6.0-rc.3

Changed

  • Rebuild.

2.6.0-rc.2

Changed

  • FIO-3323: Fixing the datagrid spacing.

2.6.0-rc.1

Chagned

  • FIO-1239: Implement wizard header type selection
  • FIO-1112: Add vertical layout for tabs component
  • FIO-2617: File: make webcam available only when option checked

2.5.3

Fixed

  • FIO-3323: Removing col from tables since it is causing issues.

2.5.2

Fixed

  • FIO-3323: Fixing the datagrid spacing.

2.5.1

Fixed

  • Fixing tooltips

2.5.0

Fixed

  • UIP-251: Update file template with file drop area hide option

Added

  • FMG-99: Add col-md classes to table and dataGrid templates
  • FJS-1342: added templates for form errors list and alerts
  • FJS-1419: added tooltip for wizard pages

Changed

2.4.5

Changed

  • Upgrade dependencies.

2.4.4

Changed

  • FJS-1050: added hide label option for panel
  • Added prefix and suffix to input component template.

2.4.3

Changed

  • Added a for attributes to labels.

2.4.1

Changed

  • FJS-939: adopt input template to latest changes in bootstrap template.

2.1.0

Changed

  • Add label alignment support for pdf renderer

2.0.0

Breaking Change

  • Removed usage of render template function. Use at least formio.js@4.8.0 with this version.

Changed