frontello-ui-field

1.1.7 • Public • Published

Field

Form exemple :

<form action="" method="">
  <div class="field">
    <label class="label">Text</label>
    <div class="value">
     <input type="text" name="text" value="Lorem ipsum dolor sit amet, consectetur adipisicing elit.">
    </div>
  </div>
</form>

Check

<script>
document.addEventListener('DOMContentLoaded', function () {
  let isCompliant = FieldCheck.checkFieldsCompliance(document.querySelectorAll('form .field'));
});
</script>

Placeholder

<script>
document.addEventListener('DOMContentLoaded', function () {
  FieldPlaceholder.initFields(document.querySelectorAll('form .field'));
});
</script>

Value

<script>
document.addEventListener('DOMContentLoaded', function () {
  let value = FieldValue.get(document.querySelector('form [name="text"]'));
});
</script>

Readme

Keywords

none

Package Sidebar

Install

npm i frontello-ui-field

Weekly Downloads

4

Version

1.1.7

License

ISC

Unpacked Size

6.97 kB

Total Files

5

Last publish

Collaborators

  • lennyrouanet