elcobvg / svelte-bulma-forms

Bulma form components for Svelte
http://svelte-bulma-forms.surge.sh/
MIT License
36 stars 1 forks source link

Straight up does not work #13

Open EthanThatOneKid opened 5 years ago

EthanThatOneKid commented 5 years ago
[!] (svelte plugin) ParseError: Directive value must be a JavaScript expression enclosed in curly braces
node_modules\svelte-bulma-forms\src\fields\AutoCompleteField.html
22:         {rounded}
23:         {readonly}
24:         on:change="changeValue(event)"
                       ^
25:         on:focus="set({ hasFocus: true })"
26:         on:blur="set({ hasFocus: false })"
ParseError: Directive value must be a JavaScript expression enclosed in curly braces
    at error$1 (C:\Users\acer\Documents\GitHub\ticket-caller\node_modules\svelte\compiler.js:13483:20)
    at Parser$2.error (C:\Users\acer\Documents\GitHub\ticket-caller\node_modules\svelte\compiler.js:13559:10)
    at read_attribute (C:\Users\acer\Documents\GitHub\ticket-caller\node_modules\svelte\compiler.js:12783:25)
    at tag (C:\Users\acer\Documents\GitHub\ticket-caller\node_modules\svelte\compiler.js:12606:26)
    at new Parser$2 (C:\Users\acer\Documents\GitHub\ticket-caller\node_modules\svelte\compiler.js:13518:22)
    at parse$2 (C:\Users\acer\Documents\GitHub\ticket-caller\node_modules\svelte\compiler.js:13649:21)
    at compile (C:\Users\acer\Documents\GitHub\ticket-caller\node_modules\svelte\compiler.js:23734:12)
    at preprocessPromise.then.code (C:\Users\acer\Documents\GitHub\ticket-caller\node_modules\rollup-plugin-svelte\index.js:236:22)
elcobvg commented 5 years ago

What version of Svelte are you using?

cryzer12 commented 5 years ago

please!! update to 3 version svelte

zhenyaMaretski commented 5 years ago

Hi. I have the same error in 3 version.

tenebrousedge commented 4 years ago

This code is still broken.