Phoenix Html Form value not displaying if type is string

You have that script causing problem

<script>
new Cleave('.cash-input', {
  numeral: true,
  numeralThousandsGroupStyle: 'thousand'
})
</script>
3 Likes

I was using this but I forgot to remove it. Let me remove this and try again

Yeah. This was the reason. Now its working. Thank you

1 Like

Lol, thought it had to be a javascript thing as per prior post. ^.^

2 Likes